From dacf7ce33b1fbb7973537f7fe4d435ca552b2f8d Mon Sep 17 00:00:00 2001 From: alansaul Date: Thu, 28 Nov 2024 16:27:46 +0000 Subject: [PATCH] build(dev): environment.yml for use with mybinder.org --- environment.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..2395b02 --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name: lab-environment +channels: + - conda-forge +dependencies: + - python >=3.10,<3.13 + - numpy >=1.23.0,<2.0.0 + - tensorflow >=2.5,<2.17 + - tensorflow-probability >=0.13,<0.25 + - notebook + - matplotlib + - taskipy + - pip + - pip: + - trieste >=4.2