@@ -38,10 +38,10 @@ tokio = { version = "1.43", features = ["macros", "rt", "rt-multi-thread", "sync
38
38
pyo3 = { version = " 0.24.1" , features = [" extension-module" , " abi3" , " abi3-py39" ] }
39
39
pyo3-async-runtimes = { version = " 0.24.0" , features = [" tokio-runtime" ]}
40
40
arrow = { version = " 55.0.0" , features = [" pyarrow" ] }
41
- datafusion = { path = " ../datafusion /datafusion/core " , features = [" avro" , " unicode_expressions" ] }
42
- datafusion-substrait = { path = " ../datafusion /datafusion/substrait " , optional = true }
43
- datafusion-proto = { path = " ../datafusion /datafusion/proto " }
44
- datafusion-ffi = { path = " ../datafusion /datafusion/ffi " }
41
+ datafusion = { git = " https://github.com/timsaucer /datafusion" , rev = " e4d5846dddefed5bf6934acc63da7f4bd4644868 " , features = [" avro" , " unicode_expressions" ] }
42
+ datafusion-substrait = { git = " https://github.com/timsaucer /datafusion" , rev = " e4d5846dddefed5bf6934acc63da7f4bd4644868 " , optional = true }
43
+ datafusion-proto = { git = " https://github.com/timsaucer /datafusion" , rev = " e4d5846dddefed5bf6934acc63da7f4bd4644868 " }
44
+ datafusion-ffi = { git = " https://github.com/timsaucer /datafusion" , rev = " e4d5846dddefed5bf6934acc63da7f4bd4644868 " }
45
45
prost = " 0.13.1" # keep in line with `datafusion-substrait`
46
46
uuid = { version = " 1.12" , features = [" v4" ] }
47
47
mimalloc = { version = " 0.1" , optional = true , default-features = false , features = [" local_dynamic_tls" ] }
0 commit comments