Skip to content

Commit

Permalink
Fix Python3.10 dependency on
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA committed Dec 28, 2023
1 parent 1acfe42 commit c98b069
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 30 deletions.
65 changes: 36 additions & 29 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ray = { version = "^1.1.0", optional = true }
boto3 = { version = "^1.16.43", optional = true }
py = "^1.11.0"
numpy = "^1.24.1"
fn = {git = "https://github.com/BenSchZA/fn.py.git"}
fn-py = "^0.6.0"

[tool.poetry.group.dev.dependencies]
pytest = "7.2.0"
Expand Down

0 comments on commit c98b069

Please sign in to comment.