Skip to content
1 change: 1 addition & 0 deletions knime_extension/geospatial_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- numpy=1.23.5 #required to fix problem with latest version of numpy
- osmnx=1.7.0
- polyline 2.0.0
- pyogrio=0.10.0
- pyproj=3.5.0
- pysal=23.1
- rasterio=1.3.6
Expand Down
2 changes: 1 addition & 1 deletion knime_extension/knime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ extension_module: src/geospatial_ext # The .py Python module containing the node
env_yml_path: geospatial_env.yml # This is necessary for bundling, but not needed during development
feature_dependencies:
- org.knime.features.geospatial 4.7.0
- org.knime.features.core 5.2.0 #ensure that this extension can only be used with 5.2 with date time support
- org.knime.features.core 5.3.0 #ensure that this extension can only be used with 5.3 with file browsing support

Loading