Skip to content

Commit a4303a1

Browse files
committed
Explicitly add notebook as dependecy
Remove constraint on notebook which was for compatability with nb_conda, which has been removed. notebook has been left in, without constraint, so that jupyter notebooks are still avaialable
1 parent 4b5dc34 commit a4303a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/e3sm-unified/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ requirements:
9494
- ncvis-climate 2024.01.26
9595
- nc-time-axis
9696
- netcdf4 1.7.2 nompi_*
97-
- notebook <7.0.0
97+
- notebook
9898
- numpy >=2.0.0
9999
- openssh # [mpi == 'openmpi']
100100
- output_viewer 1.3.3

0 commit comments

Comments
 (0)