Skip to content

Commit 4abc60e

Browse files
committed
Try to pin seerver
1 parent 27ce058 commit 4abc60e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

binder/environment.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ channels:
55
- nodefaults
66

77
dependencies:
8-
#- python =3.10
8+
- python =3.10
99
- pip
10-
#- jupyterlab >=4.1
10+
- jupyterlab >=4.1
1111
- hatchling >=1.5.0
12-
#- ipykernel >=6.29
13-
#- notebook >=7.1
12+
- ipykernel >=6.29
13+
- notebook >=7.1
14+
- jupyter-server >=2.12
1415
- wheel
1516
- build
1617
- ipython >=8.22

0 commit comments

Comments
 (0)