Skip to content

Commit

Permalink
remove pins
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Jul 30, 2024
1 parent eb4aad1 commit d1810bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions AB_environments/AB_baseline.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dependencies:
# Copy-paste from ci/environment.yml
- pip
- coiled >=0.2.54
- numpy ==1.26.2
- pandas ==2.1.4
- dask ==2023.12.0
- distributed ==2023.12.0
- dask-expr ==0.2.8
- numpy
- pandas
- dask
- distributed
- dask-expr
- dask-labextension ==7.0.0
- dask-ml ==2023.3.24
- fsspec ==2023.12.1
Expand All @@ -27,7 +27,7 @@ dependencies:
- scikit-learn ==1.3.2
- ipycytoscape ==1.3.3
- click ==8.1.7
- xarray ==2023.12.0
- xarray
- zarr ==2.16.1
- cftime ==1.6.3
- msgpack-python ==1.0.7
Expand Down
12 changes: 6 additions & 6 deletions AB_environments/AB_task_spec.conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ dependencies:
# Copy-paste from AB_baseline.conda.yaml
- pip
- coiled >=0.2.54
- numpy ==1.26.2
- pandas ==2.1.4
- dask ==2023.12.0
- distributed ==2023.12.0
- dask-expr ==0.2.8
- numpy
- pandas
- dask
- distributed
- dask-expr
- dask-labextension ==7.0.0
- dask-ml ==2023.3.24
- fsspec ==2023.12.1
Expand All @@ -32,7 +32,7 @@ dependencies:
- scikit-learn ==1.3.2
- ipycytoscape ==1.3.3
- click ==8.1.7
- xarray ==2023.12.0
- xarray
- zarr ==2.16.1
- cftime ==1.6.3
- msgpack-python ==1.0.7
Expand Down

0 comments on commit d1810bc

Please sign in to comment.