From 37974b176587a8ead8a4713228b544fa3371f9d0 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 9 Oct 2023 22:07:49 +0200 Subject: [PATCH] Dependencies: Update to geojson @ 2e6acb7, effectively 3.0.2dev0, or so --- poetry.lock | 29 ++++++++++++++++------------- pyproject.toml | 3 ++- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e2afa6e6..1269fb49c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1001,7 +1001,10 @@ files = [ ] [package.dependencies] -numpy = {version = ">=1.16,<2.0", markers = "python_version <= \"3.11\""} +numpy = [ + {version = ">=1.16,<2.0", markers = "python_version <= \"3.11\""}, + {version = ">=1.26.0rc1,<2.0", markers = "python_version >= \"3.12\""}, +] [package.extras] bokeh = ["bokeh", "selenium"] @@ -1914,11 +1917,15 @@ name = "geojson" version = "3.0.1" description = "Python bindings and utilities for GeoJSON" optional = true -python-versions = ">=3.7, <3.12" -files = [ - {file = "geojson-3.0.1-py3-none-any.whl", hash = "sha256:e49df982b204ed481e4c1236c57f587adf71537301cf8faf7120ab27d73c7568"}, - {file = "geojson-3.0.1.tar.gz", hash = "sha256:ff3d75acab60b1e66504a11f7ea12c104bad32ff3c410a807788663b966dee4a"}, -] +python-versions = ">=3.7" +files = [] +develop = false + +[package.source] +type = "git" +url = "https://github.com/jazzband/geojson.git" +reference = "2e6acb7" +resolved_reference = "2e6acb7eae2773cccd4147e284671931be469ffe" [[package]] name = "gitdb" @@ -3901,6 +3908,7 @@ files = [ numpy = [ {version = ">=1.22.4", markers = "python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -5533,11 +5541,6 @@ files = [ {file = "scikit_learn-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f66eddfda9d45dd6cadcd706b65669ce1df84b8549875691b1f403730bdef217"}, {file = "scikit_learn-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c6448c37741145b241eeac617028ba6ec2119e1339b1385c9720dae31367f2be"}, {file = "scikit_learn-1.3.1-cp311-cp311-win_amd64.whl", hash = "sha256:c413c2c850241998168bbb3bd1bb59ff03b1195a53864f0b80ab092071af6028"}, - {file = "scikit_learn-1.3.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ef540e09873e31569bc8b02c8a9f745ee04d8e1263255a15c9969f6f5caa627f"}, - {file = "scikit_learn-1.3.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:9147a3a4df4d401e618713880be023e36109c85d8569b3bf5377e6cd3fecdeac"}, - {file = "scikit_learn-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d2cd3634695ad192bf71645702b3df498bd1e246fc2d529effdb45a06ab028b4"}, - {file = "scikit_learn-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c275a06c5190c5ce00af0acbb61c06374087949f643ef32d355ece12c4db043"}, - {file = "scikit_learn-1.3.1-cp312-cp312-win_amd64.whl", hash = "sha256:0e1aa8f206d0de814b81b41d60c1ce31f7f2c7354597af38fae46d9c47c45122"}, {file = "scikit_learn-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:52b77cc08bd555969ec5150788ed50276f5ef83abb72e6f469c5b91a0009bbca"}, {file = "scikit_learn-1.3.1-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:a683394bc3f80b7c312c27f9b14ebea7766b1f0a34faf1a2e9158d80e860ec26"}, {file = "scikit_learn-1.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a15d964d9eb181c79c190d3dbc2fff7338786bf017e9039571418a1d53dab236"}, @@ -7063,5 +7066,5 @@ streamlit = ["streamlit"] [metadata] lock-version = "2.0" -python-versions = "^3.9,!=3.9.7,<3.12" -content-hash = "6b9d8129b6fb4aee4161245d2444ee522f2929d0279f91a9c7de665dcd3bdfad" +python-versions = "^3.9,!=3.9.7,<3.13" +content-hash = "fb08072fe57ea288cc17f84ff2ee06f5056ddc0d8bd40ed74789527b2df096cf" diff --git a/pyproject.toml b/pyproject.toml index 4fcb9a2f6..7d6946da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,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.