forked from HelikarLab/candis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MAJOR, WIP] Using Pipenv, stable javabridge, node-sass, yarn and more (
HelikarLab#13) * [MAJOR] Using Pipenv, stable javabridge, node-sass, yarn and more * Remove python development versions from .travis.yml * Remove unwanted ignores from .gitignore * [FIX] Direct git.io to develop branch * [FIX] Add sudo priviledges for Travis CI * [FIX] Fixed R installation for get-candis * [FIX] Use Travis CI container * [FIX] Auto Agree Oracle JDK License * [FIX] Add popen args and R testing * [FIX] Fix R installation with upgrading package list * [FIX] Fix R installation with installing dependencies * [FIX] Fix R installation with installing dependencies * [FIX] Install graphviz-dev package
- Loading branch information
1 parent
4712aaf
commit e935d72
Showing
19 changed files
with
1,376 additions
and
10,100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
[[source]] | ||
|
||
url = "https://pypi.python.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
|
||
[packages] | ||
|
||
addict = "*" | ||
pyyaml = "*" | ||
ipython = "*" | ||
requests = "*" | ||
numpy = "*" | ||
scipy = "*" | ||
matplotlib = "*" | ||
pandas = "*" | ||
seaborn = "*" | ||
"rpy2" = "*" | ||
liac-arff = "*" | ||
cython = "*" | ||
javabridge = "*" | ||
"python-weka-wrapper3" = "*" | ||
pygraphviz = "*" | ||
pillow = "*" | ||
flask = "*" | ||
django-htmlmin = "*" | ||
flask-socketio = "*" | ||
redis = "*" | ||
rq = "*" | ||
gunicorn = "*" | ||
|
||
|
||
[dev-packages] | ||
|
||
jupyter = "*" | ||
honcho = "*" | ||
pytest = "*" | ||
coverage = "*" | ||
pylint = "*" | ||
|
||
|
||
[requires] | ||
|
||
python_version = "3.6" |
Oops, something went wrong.