Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Nov 15, 2024
1 parent 5295aa9 commit c6dbeb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN cd ${TETHYS_HOME}/apps/ngiab && \
micromamba install --yes -c conda-forge --file requirements.txt && \
micromamba remove pyarrow && micromamba install --yes -c conda-forge pyarrow && \
pip install duckdb --upgrade && \
pip install xarray --upgrade && \
micromamba clean --all --yes && \
npm install && npm run build && \
tethys install -d -N -w && \
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
geopandas
nodejs
geoserver-rest
zip

0 comments on commit c6dbeb8

Please sign in to comment.