-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vdsql] bump ibis-framework version #2682
Comments
Does vdsql work with ibis-framework v9.5.0? |
I tried to set up a development environment with ibis-framework v9.5.0 for vdsql and ran https://github.com/saulpw/visidata/blob/develop/visidata/apps/vdsql/test.sh but my dev env does not seem to work:
|
@anjakefala pinging you as you are the author of 8f823f5: Did you pin to be on the safe side and conservatively or did you test with recent versions of ibis-framework already? |
To be on the safe side! Ibis is in an exploratory phase of its API, and we regularly had breaking changes. |
Trying to use vdsql with Python 3.12 does not work because ibis v9.0.0 (8f823f5) requires psycopg2 v2.9.10:
AssertionError: would build wheel with unsupported tag ('cp312', 'cp311', 'linux_x86_64')
.What is blocking vdsql from updating ibis-framework? Current ibis-framework version is 9.5.0.
The text was updated successfully, but these errors were encountered: