Skip to content

Commit

Permalink
fix: update python=3.8.6 -> python=3.10 to fix numpy & pandas conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
CaibinSh committed May 23, 2024
1 parent 14b430b commit d018c90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Conda install
4, Install scar::

conda install -c bioconda scar
conda install bioconda::scar
5, Activate the scar conda environment::

Expand Down
2 changes: 1 addition & 1 deletion scar-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- pytorch
- conda-forge
dependencies:
- conda-forge::python>=3.8.6
- conda-forge::python>=3.10
- nvidia::cudatoolkit>=11.1
- pytorch::pytorch>=1.10.0
- pytorch::torchvision>=0.9.0
Expand Down
2 changes: 1 addition & 1 deletion scar-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- pytorch
- conda-forge
dependencies:
- conda-forge::python>=3.8.6
- conda-forge::python>=3.10
- nvidia::cudatoolkit>=11.1
- pytorch::pytorch>=1.10.0
- pytorch::torchvision>=0.9.0
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.8
python_requires = >=3.10
zip_safe = False
include_package_data = True
install_requires =
Expand All @@ -27,6 +27,8 @@ install_requires =
seaborn >= 0.11.2
scikit-learn >= 1.0.1
pyro-ppl >= 1.8.0
anndata
scanpy
package_dir=
=.

Expand Down

0 comments on commit d018c90

Please sign in to comment.