Skip to content

Commit

Permalink
Fixed poetry numpy 2.2.2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Dec 11, 2024
1 parent 3853b76 commit 8f70b5b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 61 deletions.
99 changes: 40 additions & 59 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ lz4 = "^4.0.2"
requests = "^2.18.1"
oauthlib = "^3.1.0"
numpy = [
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
{ version = ">=1.23.4", python = ">=3.11" },
{ version = "^1.16.6", python = ">=3.8,<3.11" },
{ version = "^1.23.4", python = ">=3.11" },
]
openpyxl = "^3.0.10"
urllib3 = ">=1.26"
Expand Down

0 comments on commit 8f70b5b

Please sign in to comment.