Skip to content

Commit

Permalink
Updated requirements structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Cottoneyejoe95 committed Aug 5, 2021
1 parent 06c0cff commit 686b385
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
13 changes: 0 additions & 13 deletions requirements.txt

This file was deleted.

14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,19 @@
packages=find_packages(),
zip_safe=False,
install_requires=[
l.strip() for l in Path('requirements.txt').read_text('utf-8').splitlines()
"scanpy>=1.6.0",
"anndata>=0.7.4",
"h5py>=2.10.0",
"torch>=1.6.0",
"numpy>=1.19.2",
"scipy>=1.5.2",
"scikit-learn>=0.23.2",
"matplotlib>=3.3.1",
"pandas>=1.1.2",
"scvi-tools>=0.12.0",
"tqdm",
"requests",
"gdown",
],
classifiers=[
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 686b385

Please sign in to comment.