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 52fef6b commit bb01903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ scipy = [

[tool.poetry.group.dev.dependencies]
pandas = ">=2.2.3"
pytest = "^7.2.2"
pytest = "^8.3.4"
flake8 = "^7.1.1"
codecov = "^2.1.13"
pytest-cov = "^4.0.0"
mock = "^5.0.1"
pytest-cov = "^6.0.0"
mock = "^5.1.0"
nbsphinx = "^0.9.6"
sphinx-rtd-theme = "^3.0.2"
sphinxcontrib-napoleon = "^0.7"
Expand Down

0 comments on commit bb01903

Please sign in to comment.