Skip to content

Commit

Permalink
include python3.9 in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frazane authored Nov 15, 2023
1 parent a3eb726 commit 7303a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["probabilistic", "forecasting", "verification"]
"Homepage" = "https://github.com/frazane/scoringrules"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.9,<3.12"
numpy = "^1.23.4"
numba = "^0.57.0"

Expand Down

0 comments on commit 7303a32

Please sign in to comment.