Skip to content

Commit

Permalink
adds dask bag requirements to env yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Sybrandt committed Apr 30, 2020
1 parent 1d60449 commit 3e8b729
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '2020_04_30'
name: latest
channels:
- conda-forge
- defaults
Expand All @@ -7,6 +7,7 @@ dependencies:
- _openmp_mutex=4.5=0_gnu
- ca-certificates=2020.4.5.1=hecc5488_0
- certifi=2020.4.5.1=py38h32f6830_0
- fsspec=0.7.3=py_0
- ld_impl_linux-64=2.34=h53a641e_0
- libffi=3.2.1=he1b5a44_1007
- libgcc-ng=9.2.0=h24d8f2e_2
Expand Down Expand Up @@ -56,5 +57,5 @@ dependencies:
- sphinxcontrib-qthelp==1.0.3
- sphinxcontrib-serializinghtml==1.1.4
- urllib3==1.25.9
prefix: /home/jsybran/anaconda3/envs/2020_04_30
prefix: /home/jsybran/anaconda3/envs/latest

0 comments on commit 3e8b729

Please sign in to comment.