Skip to content

Commit

Permalink
Introduce environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodingJamie committed Sep 28, 2023
1 parent 586cf96 commit 40911c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/environment.yml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 40911c2

Please sign in to comment.