Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
f0dece53
Commit
f0dece53
authored
Jan 18, 2019
by
Martino Bertoni
🌋
Browse files
removing dependencies, they are already in singularity
parent
390d7548
Pipeline
#481
passed with stage
in 7 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chemicalchecker/setup.py
View file @
f0dece53
...
...
@@ -11,13 +11,7 @@ with open('README.rst') as readme_file:
with
open
(
'HISTORY.rst'
)
as
history_file
:
history
=
history_file
.
read
()
requirements
=
[
'six'
,
'autologging'
,
'paramiko'
,
'termcolor'
,
'standardiser'
,
'psycopg2'
,
'xlrd'
,
'cmapPy'
,
'e3fp'
,
'gensim'
,
'csvsort'
,
'intbitset'
,
'cython'
,
'sqlalchemy'
,
'patool'
,
'wget'
,
'timeout_decorator'
,
'numpy'
,
'pandas'
,
'scipy'
,
'theano'
,
'h5py'
,
'tqdm'
,
'networkx'
,
'matplotlib'
,
'seaborn'
,
'scikit-learn'
,
'tensorflow'
,
'adanet'
,
'keras'
,
'hdbscan'
,
'MulticoreTSNE'
,
'fancyimpute'
,
'pybel'
]
requirements
=
[
]
setup_requirements
=
[
'pytest-runner'
,
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment