We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de49cf commit 8bf2761Copy full SHA for 8bf2761
python/pyproject.toml
@@ -41,11 +41,11 @@ dependencies = [
41
"requests",
42
"furl",
43
"boto3",
44
- "pandas<2.2.0",
+ "pandas[mysql]<2.3.0",
45
+ "numpy<2",
46
"pyjks",
47
"mock",
48
"avro==1.11.3",
- "sqlalchemy",
49
"PyMySQL[rsa]",
50
"tzlocal",
51
"fsspec",
@@ -60,12 +60,15 @@ dependencies = [
60
61
[project.optional-dependencies]
62
python = [
63
- "numpy<2",
64
"pyarrow>=10.0",
65
"confluent-kafka<=2.6.1",
66
"fastavro>=1.4.11,<=1.8.4",
67
"tqdm",
68
]
+sqlalchemy-1 = [
69
+ "pandas<2.2.0",
70
+ "sqlalchemy<2.0.0",
71
+]
72
great-expectations = ["great_expectations==0.18.12"]
73
dev-no-opt = [
74
"hopsworks[python]",
0 commit comments