Skip to content

Commit

Permalink
chore(deps): add compatibility with python3.13 and remove python3.8 a…
Browse files Browse the repository at this point in the history
…nd 3.9
  • Loading branch information
IlyesDemineExtVeolia committed Jan 27, 2025
1 parent 98239e2 commit 537eed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ poetry-plugin-export = ">=1.8"
python = ">=3.10, <3.14"
numpy = ">=2.1.0"
progressbar2 = "^4.5.0"
scipy = ">=1.13.1"
scipy = "^1.13.1"

[tool.poetry.group.dev.dependencies]
pandas = ">=2.2.3"
Expand Down

0 comments on commit 537eed1

Please sign in to comment.