Skip to content
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

[Bug] Old frontend in pypi pydeck #9435

Open
1 of 7 tasks
ondave opened this issue Feb 17, 2025 · 0 comments
Open
1 of 7 tasks

[Bug] Old frontend in pypi pydeck #9435

ondave opened this issue Feb 17, 2025 · 0 comments
Labels

Comments

@ondave
Copy link

ondave commented Feb 17, 2025

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:

DECKGL_SEMVER = "~9.1.*"

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

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CARTO
  • ArcGIS

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

  • Framework version: 0.9.1
  • Browser:
  • OS:

Logs

No response

@ondave ondave added the bug label Feb 17, 2025
@ondave ondave changed the title [Bug] Wrong frontend in pypi pydeck [Bug] Old frontend in pypi pydeck Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant