We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c0cff commit 686b385Copy full SHA for 686b385
requirements.txt
setup.py
@@ -21,7 +21,19 @@
21
packages=find_packages(),
22
zip_safe=False,
23
install_requires=[
24
- l.strip() for l in Path('requirements.txt').read_text('utf-8').splitlines()
+ "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",
37
],
38
classifiers=[
39
"Programming Language :: Python :: 3.6",
0 commit comments