Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cokelaer/fitter into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Jan 4, 2024
2 parents 61d9845 + 7a97ac2 commit 2091109
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 @@ -30,10 +30,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"
loguru = "^0.7.2"
rich-click = "^1.7.2"
Expand Down

0 comments on commit 2091109

Please sign in to comment.