Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin matplotlib to <3.3 and add compilers #1898

Merged
merged 1 commit into from Nov 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions environment.yml
Expand Up @@ -6,10 +6,12 @@ channels:

dependencies:
# Python packages that cannot be installed from PyPI:
- compilers
- gdal
- esmpy
- esmvalcore>=2.1.0,<2.2
- iris>=2.2.1,<3
- matplotlib>=3,<3.3
# Non-Python dependencies
- cdo>=1.9.7
- eccodes!=2.19.0 # cdo dependency; something messed up with libeccodes.so
Expand All @@ -21,5 +23,3 @@ dependencies:
# Multi language support:
- ncl>=6.5.0 # this should always install 6.6.0 though
- r-base>=3.5
- r-curl # Dependency of lintr, but fails to compile because it cannot find libcurl installed from conda.
- r-udunits2 # Fails to compile because it cannot find udunits2 installed from conda.
5 changes: 2 additions & 3 deletions package/meta.yaml
Expand Up @@ -84,7 +84,7 @@ outputs:
- jinja2
- joblib
- lime
- matplotlib>=3
- matplotlib>=3,<3.3
- natsort
- nc-time-axis
- netCDF4
Expand Down Expand Up @@ -131,11 +131,10 @@ outputs:
requirements:
run:
- cdo>=1.9.7
- compilers
- esmvaltool-python
- nco
- r-base>=3.5
- r-curl # Dependency of lintr, but fails to compile because it cannot find libcurl installed from conda.
- r-udunits2 # Fails to compile because it cannot find udunits2 installed from conda.

about:
home: https://www.esmvaltool.org
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
'jinja2',
'joblib',
'lime',
'matplotlib',
'matplotlib>=3,<3.3',
'natsort',
'nc-time-axis', # needed by iris.plot
'netCDF4',
Expand Down