Skip to content

Commit

Permalink
Merge pull request #370 from AdamTheisen/master
Browse files Browse the repository at this point in the history
ENH: Updating requires to not include matplotlib 3.5.0
  • Loading branch information
AdamTheisen authored Nov 19, 2021
2 parents b362a33 + 78161d7 commit f426d85
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ install:
- source continuous_integration/install.sh
- pip install pytest-cov
- pip install coveralls
- pip install metpy
script:
- eval xvfb-run pytest --mpl --cov=act/ --cov-config=.coveragerc
- flake8 --max-line-length=115 --ignore=F401,E402,W504,W605,F403
Expand Down
2 changes: 1 addition & 1 deletion act/tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def test_skewt_plot_spd_dir():
matplotlib.pyplot.close(skewt.fig)


@pytest.mark.mpl_image_compare(tolerance=67)
@pytest.mark.mpl_image_compare(tolerance=80)
def test_multi_skewt_plot():

files = glob.glob(sample_files.EXAMPLE_TWP_SONDE_20060121)
Expand Down
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pyproj
- numpy
- scipy
- matplotlib
- matplotlib<=3.4.3
- netcdf4
- pytest
- pytest-mpl
Expand All @@ -22,5 +22,6 @@ dependencies:
- pip
- scikit-posthocs
- pip:
- metpy
- mpl2nc
- arm-pyart
3 changes: 2 additions & 1 deletion continuous_integration/environment-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pyproj
- numpy
- scipy
- matplotlib
- matplotlib<=3.4.3
- netcdf4
- pytest
- pytest-mpl
Expand All @@ -22,5 +22,6 @@ dependencies:
- pip
- scikit-posthocs
- pip:
- metpy
- mpl2nc
- arm-pyart
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pyproj
numpy
pandas
matplotlib
matplotlib<=3.4.3
scipy
xarray
dask
Expand Down

0 comments on commit f426d85

Please sign in to comment.