Skip to content

Commit

Permalink
pyproject.toml : updated poetry dependency specifications for maritim…
Browse files Browse the repository at this point in the history
…e-schema and for python
  • Loading branch information
ClaasRostock committed Mar 5, 2024
1 parent 8cbb831 commit c56a5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "License stuff here" # FIXME
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9, <3.13"
click = "^8.1"
click-log = "^0.4.0"
numpy = "^1.25.2"
Expand Down

0 comments on commit c56a5e5

Please sign in to comment.