From 40911c2f3435a7816a525d1d2dae330e9582ac60 Mon Sep 17 00:00:00 2001 From: Jamie Gooding Date: Thu, 28 Sep 2023 14:11:42 +0200 Subject: [PATCH] Introduce environment.yml --- .github/workflows/environment.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/environment.yml diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml new file mode 100644 index 0000000..78733ba --- /dev/null +++ b/.github/workflows/environment.yml @@ -0,0 +1,10 @@ +name: whisk-env + +dependencies: + - python=3.9 + - collections + - itertools + - ROOT + - typing + - pip: + - git+https://github.com/blaze/dask.git#egg=dask[complete] \ No newline at end of file