Skip to content

Commit afbb82e

Browse files
committed
pin scipy, need deprecated sparsetools
1 parent dc5b5c4 commit afbb82e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ requires = [
99
# is 1.18.5, remove the line when they increase oldest supported Numpy for this platform
1010
"numpy==1.18.5; python_version=='3.8' and platform_machine not in 'arm64|aarch64'",
1111
"oldest-supported-numpy; python_version>'3.8' or platform_machine in 'arm64|aarch64'",
12-
"scipy",
12+
#
13+
# SciPy 1.14.0 onwards removed the deprecated sparsetools submodule needed by gensim.models.lsimodel
14+
#
15+
"scipy<=1.13.1",
1316
"setuptools",
1417
"wheel",
1518
]

0 commit comments

Comments
 (0)