Skip to content

Commit 686b385

Browse files
Updated requirements structure
1 parent 06c0cff commit 686b385

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

requirements.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

setup.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,19 @@
2121
packages=find_packages(),
2222
zip_safe=False,
2323
install_requires=[
24-
l.strip() for l in Path('requirements.txt').read_text('utf-8').splitlines()
24+
"scanpy>=1.6.0",
25+
"anndata>=0.7.4",
26+
"h5py>=2.10.0",
27+
"torch>=1.6.0",
28+
"numpy>=1.19.2",
29+
"scipy>=1.5.2",
30+
"scikit-learn>=0.23.2",
31+
"matplotlib>=3.3.1",
32+
"pandas>=1.1.2",
33+
"scvi-tools>=0.12.0",
34+
"tqdm",
35+
"requests",
36+
"gdown",
2537
],
2638
classifiers=[
2739
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)