Skip to content

Commit

Permalink
feat: enable python 3.13
Browse files Browse the repository at this point in the history
* adapt version of numpy using python version

* feat: update dependencies
  • Loading branch information
FabienArcellier committed Jan 17, 2025
1 parent 886a41e commit 467fe31
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
66 changes: 65 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ pandas = ">= 2.2.0, < 3"
plotly = "^5.24.1"
pyarrow = ">= 15.0.0, < 19.0.0"
pydantic = ">= 2.6.0, < 3"
numpy = [
{version = "<=2.0.2", python = "<3.10"},
{version = "^2.0", python = ">=3.10"}
]
python = ">=3.9.2, <4.0"
python-dateutil = "^2.9.0.post0"
pytz = "^2024.1"
Expand Down

0 comments on commit 467fe31

Please sign in to comment.