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 537eed1 commit da34560
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 52 deletions.
79 changes: 32 additions & 47 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ license = "Apache-2.0"
readme = "README.md"

[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
poetry-plugin-export = "^1.8"

[tool.poetry.dependencies]
python = ">=3.10, <3.14"
numpy = ">=2.1.0"
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"
pandas = "^2.2.3"
pytest = "^8.3.4"
flake8 = "^7.1.1"
codecov = "^2.1.13"
Expand All @@ -27,7 +27,7 @@ sphinx-rtd-theme = "^3.0.2"
sphinxcontrib-napoleon = "^0.7"
ipython = "^8.31.0"
black = "^24.10.0"
pyzmq="26.2.0"
pyzmq="^26.2.0"

[tool.black]
line-length = 88
Expand Down

0 comments on commit da34560

Please sign in to comment.