From c0a84fb46f9a0043604f06a05e3a9aa084b128fb Mon Sep 17 00:00:00 2001 From: = Date: Thu, 10 Oct 2024 10:16:57 +0100 Subject: [PATCH] chore(env): added local and binder env file --- binder/environment.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 binder/environment.yml diff --git a/binder/environment.yml b/binder/environment.yml new file mode 100644 index 0000000..3f0dbdd --- /dev/null +++ b/binder/environment.yml @@ -0,0 +1,9 @@ +name: simpy_tutorial +channels: + - conda-forge +dependencies: + - python=3.11 + - simpy=4.1.1 + - numpy<2 + - pandas=1.5.3 + - matplotlib=3.8.4