Skip to content

Commit

Permalink
pin scipy, need deprecated sparsetools
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Jul 18, 2024
1 parent dc5b5c4 commit afbb82e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ requires = [
# is 1.18.5, remove the line when they increase oldest supported Numpy for this platform
"numpy==1.18.5; python_version=='3.8' and platform_machine not in 'arm64|aarch64'",
"oldest-supported-numpy; python_version>'3.8' or platform_machine in 'arm64|aarch64'",
"scipy",
#
# SciPy 1.14.0 onwards removed the deprecated sparsetools submodule needed by gensim.models.lsimodel
#
"scipy<=1.13.1",
"setuptools",
"wheel",
]

0 comments on commit afbb82e

Please sign in to comment.