Skip to content

Commit

Permalink
Merge pull request #92 from sarusso/main
Browse files Browse the repository at this point in the history
Relaxed Pandas required version and better pinned some other ones
  • Loading branch information
cokelaer authored Jan 4, 2024
2 parents 23140d6 + 5ac86f0 commit 7a97ac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ classifiers = [
python = "^3.8"
click = "^8.1.6"
joblib = "^1.3.1"
matplotlib = ">=3.7.2"
numpy = ">=1.20"
pandas = "^2.0.3"
scipy = ">=0.18"
matplotlib = "^3.7.2"
numpy = "^1.20.0"
pandas = ">= 0.23.4, <3.0.0"
scipy = ">=0.18.0, <2.0.0"
tqdm = "^4.65.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7a97ac2

Please sign in to comment.