Skip to content

Commit 8bf2761

Browse files
committed
[FSTORE-1177] Pandas 2.2.x support
1 parent 0de49cf commit 8bf2761

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

python/pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ dependencies = [
4141
"requests",
4242
"furl",
4343
"boto3",
44-
"pandas<2.2.0",
44+
"pandas[mysql]<2.3.0",
45+
"numpy<2",
4546
"pyjks",
4647
"mock",
4748
"avro==1.11.3",
48-
"sqlalchemy",
4949
"PyMySQL[rsa]",
5050
"tzlocal",
5151
"fsspec",
@@ -60,12 +60,15 @@ dependencies = [
6060

6161
[project.optional-dependencies]
6262
python = [
63-
"numpy<2",
6463
"pyarrow>=10.0",
6564
"confluent-kafka<=2.6.1",
6665
"fastavro>=1.4.11,<=1.8.4",
6766
"tqdm",
6867
]
68+
sqlalchemy-1 = [
69+
"pandas<2.2.0",
70+
"sqlalchemy<2.0.0",
71+
]
6972
great-expectations = ["great_expectations==0.18.12"]
7073
dev-no-opt = [
7174
"hopsworks[python]",

0 commit comments

Comments
 (0)