Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Changed python requirements, if the future constrain is there other project with less strict requirements will fail to install river,

for instance i have in my pyproject.toml python = "^3.11" and fails with "requires Python <3.13,>=3.9, river is forbidden."
  • Loading branch information
PabloRuizCuevas authored Apr 24, 2024
1 parent 46559fa commit e6b97e1
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 @@ -28,7 +28,7 @@ generate-setup-file = true
script = "build.py"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = "^3.9"
numpy = "^1.23.0"
scipy = "^1.8.1"
pandas = "^2.1"
Expand Down

0 comments on commit e6b97e1

Please sign in to comment.