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

Commit 675ff61

Browse files
committed
restrict numpy version
1 parent 2998f40 commit 675ff61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN source activate xcube && python setup.py install
2828

2929
# Install missing dependencies
3030

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

3333
WORKDIR /home/${XCUBE_USER_NAME}
3434

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- lxml>=4.5
2626
- matplotlib-base>=3.3
2727
- numba>=0.48.0
28-
- numpy>=1.18.1
28+
- numpy>=1.18.1,<1.24
2929
- netcdf4>=1.5.1.2
3030
- owslib>=0.19.1
3131
- pandas>=1.3

0 commit comments

Comments
 (0)