Skip to content

Commit 5ec4475

Browse files
WIP setup.cfg
1 parent 769da66 commit 5ec4475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package_dir =
1818
packages = find:
1919
python_requires = >=3.9
2020
install_requires =
21-
geoengine-openapi-client == 0.0.19
21+
geoengine-openapi-client @ git+https://github.com/geo-engine/openapi-client@update-openapi-generator#subdirectory=python # file:///home/beilschmidt/git/geo-engine/openapi-client/python/ # TODO update when merged
2222
geopandas >=0.9,<0.15
2323
matplotlib >=3.5,<3.8
2424
numpy >=1.21,<2.1
@@ -34,7 +34,7 @@ install_requires =
3434
websockets >= 10.0,<11
3535
xarray >=0.19,<2024.12
3636
urllib3 >= 2.0, < 2.3
37-
pydantic >= 1.10.5, < 2
37+
pydantic >= 2, < 2.11
3838
skl2onnx >=1.17,<2
3939

4040
[options.extras_require]

0 commit comments

Comments
 (0)