Skip to content

Commit

Permalink
chore(deps): add compatibility with python3.13 and remove python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyesDemineExtVeolia committed Jan 27, 2025
1 parent 4121da7 commit 34c181d
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 @@ -25,13 +25,13 @@ scipy = [
pandas = ">=2.2.3"
pytest = "^7.2.2"
flake8 = "^7.1.1"
codecov = "^2.1.12"
codecov = "^2.1.13"
pytest-cov = "^4.0.0"
mock = "^5.0.1"
nbsphinx = "^0.9.0"
sphinx-rtd-theme = "^1.2.0"
nbsphinx = "^0.9.6"
sphinx-rtd-theme = "^3.0.2"
sphinxcontrib-napoleon = "^0.7"
ipython = "^8.11.0"
ipython = "^8.31.0"
black = "^24.10.0"

[tool.black]
Expand Down

0 comments on commit 34c181d

Please sign in to comment.