Skip to content

Commit 3674a40

Browse files
committed
relax only numpy and pyarrow versions
1 parent 4e89dfe commit 3674a40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ pandas = [
1616
]
1717
pyarrow = ">=14.0.1"
1818

19-
lz4 = ">=4.0.2"
20-
requests = ">=2.18.1"
21-
oauthlib = ">=3.1.0"
19+
lz4 = "^4.0.2"
20+
requests = "^2.18.1"
21+
oauthlib = "^3.1.0"
2222
numpy = [
2323
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
2424
{ version = ">=1.23.4", python = ">=3.11" },
2525
]
2626
sqlalchemy = { version = ">=2.0.21", optional = true }
27-
openpyxl = ">=3.0.10"
28-
alembic = { version = ">=1.0.11", optional = true }
27+
openpyxl = "^3.0.10"
28+
alembic = { version = "^1.0.11", optional = true }
2929
urllib3 = ">=1.26"
3030

3131
[tool.poetry.extras]

0 commit comments

Comments
 (0)