Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Sep 20, 2022
1 parent 0e19e4b commit 42ee61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Expand Up @@ -31,7 +31,7 @@ dependencies:
- wheel
- setuptools_scm[toml]>=6.0
- numpy>=1.18.4
- pandas>=1.0.3
- pandas>=1.0.3,<1.5.0
- anndata>=0.7.1
- scanpy>=1.7.0
- distance>=0.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
pip
setuptools_scm[toml]>=6.0
numpy>=1.18.4
pandas>=1.0.3
pandas>=1.0.3,<1.5.0
changeo>=1.0.0
anndata>=0.7.1
scanpy>=1.4.6
Expand Down

0 comments on commit 42ee61b

Please sign in to comment.