We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5b5c4 commit afbb82eCopy full SHA for afbb82e
pyproject.toml
@@ -9,7 +9,10 @@ requires = [
9
# is 1.18.5, remove the line when they increase oldest supported Numpy for this platform
10
"numpy==1.18.5; python_version=='3.8' and platform_machine not in 'arm64|aarch64'",
11
"oldest-supported-numpy; python_version>'3.8' or platform_machine in 'arm64|aarch64'",
12
- "scipy",
+ #
13
+ # SciPy 1.14.0 onwards removed the deprecated sparsetools submodule needed by gensim.models.lsimodel
14
15
+ "scipy<=1.13.1",
16
"setuptools",
17
"wheel",
18
]
0 commit comments