Skip to content

Commit

Permalink
relax only numpy and pyarrow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arredond committed Dec 5, 2024
1 parent 4e89dfe commit 3674a40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ pandas = [
]
pyarrow = ">=14.0.1"

lz4 = ">=4.0.2"
requests = ">=2.18.1"
oauthlib = ">=3.1.0"
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" },
]
sqlalchemy = { version = ">=2.0.21", optional = true }
openpyxl = ">=3.0.10"
alembic = { version = ">=1.0.11", optional = true }
openpyxl = "^3.0.10"
alembic = { version = "^1.0.11", optional = true }
urllib3 = ">=1.26"

[tool.poetry.extras]
Expand Down

0 comments on commit 3674a40

Please sign in to comment.