From 4ca0c473b5cbd30097c4ec6858b2bc168334a86a Mon Sep 17 00:00:00 2001 From: lrlunin Date: Wed, 20 Nov 2024 19:54:09 +0100 Subject: [PATCH] test with env --- environment.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 00000000..c5060782 --- /dev/null +++ b/environment.yml @@ -0,0 +1,8 @@ +name: Binder +channels: + - conda-forge +dependencies: + - pytorch::pytorch + - pytorch::cpuonly + - pip: + - mrpro[notebook] @ git+https://github.com/PTB-MR/mrpro