We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c228eb6 commit 1e4eb00Copy full SHA for 1e4eb00
bindings/python/pyproject.toml
@@ -44,7 +44,7 @@ python-source = "python"
44
ignore = ["F403", "F405"]
45
46
[tool.hatch.envs.dev]
47
-dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "pyarrow>=17.0.0", "datafusion>=45", "pyiceberg[sql-sqlite]>=0.9.1"]
+dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "pyarrow==16.*", "datafusion==47.*", "pyiceberg[sql-sqlite]>=0.9.1"]
48
49
[tool.hatch.envs.dev.scripts]
50
build = "maturin build --out dist --sdist"
0 commit comments