Skip to content

Commit

Permalink
Remove inline comments in conda env .yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Apr 10, 2024
1 parent 86d5a57 commit f145fe1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions conda-env/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ dependencies:
# Base - required for building the package.
# =========================================
- python >=3.9
- cf_xarray >=0.7.3 # Constrained because https://github.com/xarray-contrib/cf-xarray/issues/467
- cf_xarray >=0.7.3
- cftime
- dask
- netcdf4
- numpy >=1.23.0 # This version of numpy includes support for Python 3.11.
- numpy >=1.23.0
- pandas
- python-dateutil
- xarray >=2022.02.0 # This version of Xarray drops support for Python 3.8.
- xesmf >=0.7.0 # Constrained because https://github.com/pangeo-data/xESMF/issues/212.
- xarray >=2022.02.0
- xesmf >=0.7.0
- xgcm
# Quality Assurance
# ==================
Expand Down
8 changes: 4 additions & 4 deletions conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ dependencies:
# Base - required for building the package.
# =========================================
- python >=3.9
- cf_xarray >=0.7.3 # Constrained because https://github.com/xarray-contrib/cf-xarray/issues/467
- cf_xarray >=0.7.3
- cftime
- dask
- netcdf4
- numpy >=1.23.0 # This version of numpy includes support for Python 3.11.
- numpy >=1.23.0
- pandas
- python-dateutil
- xarray >=2022.02.0 # This version of Xarray drops support for Python 3.8.
- xesmf >=0.7.0 # Constrained because https://github.com/pangeo-data/xESMF/issues/212.
- xarray >=2022.02.0
- xesmf >=0.7.0
- xgcm
# Optional - enables additional features.
# =========================================
Expand Down

0 comments on commit f145fe1

Please sign in to comment.