We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb279f commit ea808d1Copy full SHA for ea808d1
1 file changed
python/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "maturin"
5
[project]
6
name = "geodatafusion"
7
requires-python = ">=3.10"
8
-dependencies = ["datafusion>=52,<53"] # Instability of the FFI boundary requires major version matches rust dependency
+dependencies = ["datafusion>=53,<54"] # Instability of the FFI boundary requires major version matches rust dependency
9
classifiers = [
10
"Programming Language :: Rust",
11
"Programming Language :: Python :: Implementation :: CPython",
0 commit comments