Skip to content

Commit 50a3d1b

Browse files
arredondKubaJaskoArup
authored andcommitted
Remove upper caps on dependencies (databricks#452)
* Remove upper caps on numpy and pyarrow versions
1 parent ecdddba commit 50a3d1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<2.3.0", python = ">=3.8" }
1616
]
17-
pyarrow = ">=14.0.1,<17"
17+
pyarrow = ">=14.0.1"
1818

1919
lz4 = "^4.0.2"
2020
requests = "^2.18.1"
2121
oauthlib = "^3.1.0"
2222
numpy = [
23-
{ version = "^1.16.6", python = ">=3.8,<3.11" },
24-
{ version = "^1.23.4", python = ">=3.11" },
23+
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
24+
{ version = ">=1.23.4", python = ">=3.11" },
2525
]
2626
sqlalchemy = { version = ">=2.0.21", optional = true }
2727
openpyxl = "^3.0.10"

0 commit comments

Comments
 (0)