Skip to content

Commit

Permalink
version and reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Feb 15, 2021
1 parent d70b232 commit 9df63f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
scanpy~=1.6.0
torch~=1.6.0
numpy~=1.19.2
scipy~=1.5.2
scikit-learn~=0.23.2
matplotlib~=3.3.1
anndata~=0.7.4
pandas~=1.1.2
h5py~=2.10.0
tqdm~=4.49.0
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.8.1
tqdm
requests
gdown
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = __email__ = ''

setup(name='scArches',
version='0.3.4',
version='0.3.5',
description='Transfer learning with Architecture Surgery on Single-cell data',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9df63f9

Please sign in to comment.