diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..0ffaa1a --- /dev/null +++ b/environment.yml @@ -0,0 +1,17 @@ +name: nest-simulator-binder-environment +channels: + - conda-forge + - defaults +dependencies: + - matplotlib + - nest-simulator + - nestml + - numpy + - pandas + - pip + - python >= 3.10 + - pip: + - elephant + - viziphant + - neo + - PyNN \ No newline at end of file