Skip to content

Commit 8f70b5b

Browse files
committed
Fixed poetry numpy 2.2.2 issue
1 parent 3853b76 commit 8f70b5b

File tree

2 files changed

+42
-61
lines changed

2 files changed

+42
-61
lines changed

poetry.lock

Lines changed: 40 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ lz4 = "^4.0.2"
1818
requests = "^2.18.1"
1919
oauthlib = "^3.1.0"
2020
numpy = [
21-
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
22-
{ version = ">=1.23.4", python = ">=3.11" },
21+
{ version = "^1.16.6", python = ">=3.8,<3.11" },
22+
{ version = "^1.23.4", python = ">=3.11" },
2323
]
2424
openpyxl = "^3.0.10"
2525
urllib3 = ">=1.26"

0 commit comments

Comments
 (0)