Skip to content

Commit

Permalink
Merge pull request #23 from shenyulu/dev
Browse files Browse the repository at this point in the history
update requirement
  • Loading branch information
shenyulu authored Mar 3, 2024
2 parents 549c873 + 4b7cc05 commit f38e7f1
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
numpy >= 1.24.3
xarray >= 0.17.0
geocat.viz <= 2023.10.0
xarray >= 0.17.0,<=2023.12.0
geocat.viz
cartopy >= 0.20
xeofs >= 2.2.2
matplotlib
pandas
fast-barnes-py
oceans
intel-fortran-rt
scipy >=1.8.0
scipy >=1.8.0
statsmodels
geocat-comp
pyspharm-syl
Expand All @@ -32,4 +32,4 @@ sphinx-inline-tabs == 2023.4.21
sphinx-gallery == 0.15.0
sphinx-autoapi == 3.0.0
sphinx-copybutton == 0.5.2
sphinx-book-theme == 1.1.0
sphinx-book-theme == 1.1.2
Binary file modified test/baseline_images/test_draw_Circlemap_PolarStereo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_Circlemap_PolarStereo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_Circlemap_PolarStereo3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_TaylorDiagrams_base1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_TaylorDiagrams_base3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_TaylorDiagrams_base4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_TaylorDiagrams_base5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_TaylorDiagrams_metadata1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_TaylorDiagrams_metadata2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_global_wavelet_spectrum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_significant_area_contourf1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_significant_area_scatter1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/baseline_images/test_draw_wavelet_transform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy >= 1.24.3
xarray >= 0.17.0,<=2023.12.0
geocat.viz <= 2023.10.0
geocat.viz
cartopy >= 0.20
xeofs >= 2.2.2
matplotlib
Expand All @@ -24,7 +24,7 @@ tqdm
zarr
metpy

pytest == 8.0.0
pytest == 8.0.2
pytest-cov == 4.1.0
pytest-mpl == 0.16.1
pytest-mpl == 0.17.0
pre-commit

0 comments on commit f38e7f1

Please sign in to comment.