open-spaced-repetition / fsrs-optimizer

FSRS Optimizer Package
https://pypi.org/project/FSRS-Optimizer/
BSD 3-Clause "New" or "Revised" License
65 stars 13 forks source link

fix scipy dependency conflict #138

Closed joshdavham closed 1 month ago

joshdavham commented 1 month ago

There's currently a dependency conflict between the latest versions of numpy and scipy (2.1.1 and 1.4.1) and as a result, this package doesn't work for me.

To fix this, I specified an upper version for scipy (<1.4.1) and that fixed it.

I also bumped the version 5.0.8 -> 5.0.9.

Let me know if there are any issues/questions 👍