Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
`environment.yml` had different package reqs than whats in `setup.py` or `meta.yaml`. changed to be consistent.

`setup-python` github action gives us accesss to a python with conda in it, remove conda reqs for now. 

change name.
  • Loading branch information
ilaflott authored Jul 23, 2024
1 parent 54f92f4 commit b3ee120
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
name: catalogbuilder
channels:
- conda-forge
- noaa-gfdl
- default
dependencies:
- conda
- python=3.7
- conda-env
- conda-build
- conda-verify
- _ipyw_jlab_nb_ext_conf
- anaconda==2020.02=py37_0
- anaconda-navigator
- navigator-updater
- gcsfs
- zarr
- cftime
- cartopy
- xgcm
- pandas
- xarray
- python
- pytest
- click
- intake-esm
- pyyaml
- xarray
- pandas
- jsondiff
- instake-esm
- boto3

0 comments on commit b3ee120

Please sign in to comment.