Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
restrict numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Mar 9, 2023
1 parent 2998f40 commit 675ff61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN source activate xcube && python setup.py install

# Install missing dependencies

RUN source activate xcube && mamba install -c conda-forge cartopy
RUN source activate xcube && mamba install -c conda-forge cartopy numpy=1.23

WORKDIR /home/${XCUBE_USER_NAME}

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- lxml>=4.5
- matplotlib-base>=3.3
- numba>=0.48.0
- numpy>=1.18.1
- numpy>=1.18.1,<1.24
- netcdf4>=1.5.1.2
- owslib>=0.19.1
- pandas>=1.3
Expand Down

0 comments on commit 675ff61

Please sign in to comment.