Skip to content

Commit

Permalink
Merge pull request #28 from kthyng/main
Browse files Browse the repository at this point in the history
updated package listings
  • Loading branch information
kthyng authored Jun 29, 2021
2 parents ccfc78a + 2c76f67 commit dce0382
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ci/environment-py3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ dependencies:
- netcdf4
- numpy
- pip
- requests
- xarray
- xcmocean
- xesmf
##############
- pytest
- pip:
# use cf-xarray from github to include recent variable naming work
- git+git://github.com/xarray-contrib/cf-xarray#egg=cf-xarray
- cf_xarray
- codecov
- pytest-cov
- coverage[toml]
4 changes: 2 additions & 2 deletions ci/environment-py3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ dependencies:
- netcdf4
- numpy
- pip
- requests
- xarray
- xcmocean
- xesmf
##############
- pytest
- pip:
# use cf-xarray from github to include recent variable naming work
- git+git://github.com/xarray-contrib/cf-xarray#egg=cf-xarray
- cf_xarray
- codecov
- pytest-cov
- coverage[toml]
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- numpy
- pip
- pooch
- requests
- xarray
- xcmocean
- xesmf
Expand All @@ -30,8 +31,7 @@ dependencies:
- recommonmark
- pip
- pip:
# use cf-xarray from github to include recent variable naming work
- git+git://github.com/xarray-contrib/cf-xarray#egg=cf-xarray
- cf_xarray
- docrep<=0.2.7
- nbsphinx
- jupyter_client
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies:
- netcdf4
- numpy
- pip
- requests
- xarray
- xcmocean
- xesmf
- pip:
# use cf-xarray from github to include recent variable naming work
- git+git://github.com/xarray-contrib/cf-xarray#egg=cf-xarray
cf_xarray
2 changes: 1 addition & 1 deletion extract_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
my_custom_criteria_gist = "https://gist.githubusercontent.com/kthyng/c3cc27de6b4449e1776ce79215d5e732/raw/55317e92be367f7d6d66e6142d5219a5d272afce/my_custom_criteria.py"
response = requests.get(my_custom_criteria_gist)
my_custom_criteria = ast.literal_eval(response.text)
cfxr.accessor.set_options(my_custom_criteria)
cfxr.set_options(custom_criteria=my_custom_criteria)


try:
Expand Down
14 changes: 12 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,20 @@ author_email = [email protected]
### make sure to fill in your dependencies!
[options]
install_requires =
cf_xarray
cmocean
dask
jupyter
jupyterlab
matplotlib
netcdf4
numpy
xesmf
requests
pip
xarray
cf_xarray
xcmocean
xesmf

setup_requires=
setuptools_scm
python_requires = >=3.6
Expand Down

0 comments on commit dce0382

Please sign in to comment.