Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-B98 committed Jan 7, 2025
1 parent fa8b38c commit aae7aeb
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 7 deletions.
152 changes: 146 additions & 6 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Changelog = "https://github.com/AI2MS/pyAKI/releases"
Bugtracker = "https://github.com/AI2MS/pyAKI/issues"

[tool.poetry.dependencies]
python = "^3.13"
python = "~3.12"
pandas = "^2.2.3"
pandas-stubs = "^2.2.3.241126"
scipy = "^1.15.0"
Expand All @@ -37,6 +37,7 @@ ruff = "^0.8.6"
pytest-recording = "^0.13.1"
pytest-random-order = "^1.1.1"
jupyterlab = "^4.3.4"
coveralls = "^4.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit aae7aeb

Please sign in to comment.