We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest pydeck version on pypi (0.9.1) does not have the latest frontend version: DECKGL_SEMVER = "~9.0.*"
This does not correspond to the version here:
deck.gl/bindings/pydeck/pydeck/frontend_semver.py
Line 1 in 4a62cd8
So not sure what happened here? I guess the python release is lagging behind the npm releases. Any chance you could fix up the pypi release?
Latest released deck.gl frontend version.
pip install pydeck==0.9.1 python -c "import pydeck;print(pydeck.frontend_semver.DECKGL_SEMVER)"
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The latest pydeck version on pypi (0.9.1) does not have the latest frontend version:
DECKGL_SEMVER = "~9.0.*"
This does not correspond to the version here:
deck.gl/bindings/pydeck/pydeck/frontend_semver.py
Line 1 in 4a62cd8
So not sure what happened here? I guess the python release is lagging behind the npm releases. Any chance you could fix up the pypi release?
Flavors
Expected Behavior
Latest released deck.gl frontend version.
Steps to Reproduce
pip install pydeck==0.9.1
python -c "import pydeck;print(pydeck.frontend_semver.DECKGL_SEMVER)"
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: