Skip to content

Commit

Permalink
fix scipy dependency conflict (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavham authored Sep 10, 2024
1 parent aef1af1 commit 2c17f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "FSRS-Optimizer"
version = "5.0.8"
version = "5.0.9"
readme = "README.md"
dependencies = [
"matplotlib>=3.7.0",
Expand All @@ -15,6 +15,7 @@ dependencies = [
"torch>=1.13.1",
"tqdm>=4.64.1",
"statsmodels>=0.13.5",
"scipy<1.14.1"
]
requires-python = ">=3.9"

Expand Down

0 comments on commit 2c17f1f

Please sign in to comment.