Skip to content

Commit

Permalink
Change python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann21 committed Nov 2, 2024
1 parent f4df56f commit 39b70e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "yann_utils"}]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
numpy = "^1.25.2"


Expand All @@ -19,4 +19,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.ruff]
indent-width=2
indent-width=2

0 comments on commit 39b70e8

Please sign in to comment.