Skip to content

Commit

Permalink
Specify ROOT version; include conda-forge channel in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodingJamie committed Sep 28, 2023
1 parent b5c5c3e commit dbd6bdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: whisk-env

channels:
- conda-forge
dependencies:
- python=3.9
- numpy
- typing
- root=6.26.06
- pip:
- ROOT=6.26.06
- git+https://github.com/blaze/dask.git#egg=dask[complete]

0 comments on commit dbd6bdc

Please sign in to comment.