Skip to content

Commit 0f1b57a

Browse files
committed
Update numpy to >2 (somegthing is installing numpy 1.x)
1 parent a919bab commit 0f1b57a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker/Dockerfile.cc-dask-alma9

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,13 @@ USER ${NB_UID}
197197

198198
RUN mamba install --yes \
199199
-c conda-forge \
200-
htcondor=10.8.0 \
200+
#htcondor=10.8.0 \
201+
#openssl=3.3.1 \
201202
xgboost \
202203
cabinetry \
203204
pyhf \
204205
ndcctools=7.15.8 \
206+
numpy>2 \
205207
#openssl=3.3.1 \
206208
atlas-schema \
207209
&& mamba clean \

0 commit comments

Comments
 (0)