Skip to content

Commit

Permalink
Dependencies: Update to geojson @ 2e6acb7, effectively 3.0.2dev0, or so
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl authored and gutzbenj committed Oct 15, 2023
1 parent 73d6020 commit 816ce74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ dash-leaflet = { version = ">=1.0.8,<2", optional = true } #
duckdb = { version = ">=0.9,<0.10", optional = true } # Export feature.
eccodes = { version = ">=1.5.2,<1.7", optional = true }
fastapi = { version = ">=0.95.1,<0.104", optional = true } # HTTP REST API feature.
geojson = { version = ">=3,<4", optional = true } # Explorer UI feature.
#geojson = { version = ">=3,<4", optional = true } # Explorer UI feature.
geojson = { git = "https://github.com/jazzband/geojson.git", rev = "2e6acb7", optional = true } # Explorer UI feature.
httpx = {version = ">=0.24,<0.26", optional = true}
h5py = { version = ">=3.1,<4", optional = true } # Radar feature.
influxdb = { version = ">=5.3,<6", optional = true } # Export feature.
Expand Down

0 comments on commit 816ce74

Please sign in to comment.