Skip to content

Commit 815b05f

Browse files
authored
Merge pull request #4 from pythonhealthdatascience/img
chore(env): added local and binder env file
2 parents 8acf855 + c0a84fb commit 815b05f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

binder/environment.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: simpy_tutorial
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.11
6+
- simpy=4.1.1
7+
- numpy<2
8+
- pandas=1.5.3
9+
- matplotlib=3.8.4

0 commit comments

Comments
 (0)