Skip to content

Commit 3820b1d

Browse files
committed
chore(env): +jupyterlab
1 parent c0a84fb commit 3820b1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

binder/environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: simpy_tutorial
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.11
6-
- simpy=4.1.1
5+
- jupyterlab=4.2.4
6+
- matplotlib=3.8.4
77
- numpy<2
88
- pandas=1.5.3
9-
- matplotlib=3.8.4
9+
- python=3.11
10+
- simpy=4.1.1

0 commit comments

Comments
 (0)