Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin scipy in installation requirements as well to fix failing tests
This completes the version pinning of scipy started in afbb82e The tests are currently failing because the build system runs the test against scipy==1.14.0 which doesn't have the required sparsetools (csc_matvecs, specifically) anymore. This commit makes sure that gensim also doesn't test against a version higher than 1.13.1.
- Loading branch information