Skip to content

Commit

Permalink
Remove upper caps on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arredond committed Oct 7, 2024
1 parent 97c815e commit 4e89dfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ thrift = ">=0.16.0,<0.21.0"
pandas = [
{ version = ">=1.2.5,<2.3.0", python = ">=3.8" }
]
pyarrow = ">=14.0.1,<17"
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" },
{ 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 4e89dfe

Please sign in to comment.