Skip to content

Commit

Permalink
scipy 1.13.1 for csc_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilibarra committed Aug 27, 2024
1 parent 5067b3f commit 9936a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "0.2.2"
requires-python = ">=3.9" # for GPU-rapids
license = {file = "LICENSE"}
readme = "README.md"
dependencies = ["seaborn", "scikit-learn", "pandas", "unidecode", "matplotlib", "scipy", "numpy>=1.22", "torch",
dependencies = ["seaborn", "scikit-learn", "pandas", "unidecode", "matplotlib", "scipy==1.13.1", "numpy>=1.22", "torch",
"logomaker", "biopython", "numba", "pytest", "pytest-cov", "openpyxl", "tqdm", "scanpy"]

[project.optional-dependencies]
Expand Down

0 comments on commit 9936a1b

Please sign in to comment.