Commit b9132aa
authored
fix(python): cap substrait-python before 0.29.0 (#7161)
## Summary
I made a mistake in #7153, for details about the mistake, see this
comment:
#7153 (comment)
This PR correctly fixes the `substrait-python` dependency problem.
## Testing
- In a clean Python 3.12 virtual environment, `pip install
vortex-data==0.64.0` resolved to `substrait==0.29.0`,
`substrait-protobuf==0.85.0`, and `substrait-extensions==0.85.0`, and
`import vortex` failed.
- In a clean Python 3.12 virtual environment, installing `vortex-data`
from this PR branch resolved to `substrait==0.28.0`,
`substrait-protobuf==0.79.0`, and `substrait-extensions==0.79.0`, and
`import vortex` succeeded.
Signed-off-by: Xu Che <chrisxuche@gmail.com>1 parent 2383946 commit b9132aa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments