Skip to content

Commit

Permalink
fix: dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy committed Aug 9, 2023
1 parent 6a4f735 commit 39fa340
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- matplotlib>=3.4.2
- Cartopy>=0.20.0,<0.21.0
- Cartopy>=0.21.0
- Shapely>=1.8.0,<2.0.0
- numpy>=1.21.5
- netCDF4>=1.5.8
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shapely = ">=1.8.0,<2.0"
geojson = ">=2.5.0"
fiona = ">=1.8.20"
geopandas = ">=0.10.2"
cartopy = ">=0.20.0,<0.21.0"
cartopy = ">=0.21.0"
matplotlib = ">=3.4.2"
numpy = ">=1.21.5"
netcdf4 = ">=1.5.8"
Expand Down

1 comment on commit 39fa340

@Clarmy
Copy link
Member Author

@Clarmy Clarmy commented on 39fa340 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'cnmaps Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 39fa340 Previous: d7a5a93 Ratio
tests/test_perf.py::test_draw_maps 0.23322171741214018 iter/sec (stddev: 0.05892462210694676) 0.3996366477063221 iter/sec (stddev: 0.03627485422497012) 1.71
tests/test_perf.py::test_clip_scatter 0.04549291456041252 iter/sec (stddev: 0.20327974724968167) 0.0734109018081216 iter/sec (stddev: 0.028972911583598344) 1.61
tests/test_perf.py::test_clip_pcolormesh 0.04698201524864042 iter/sec (stddev: 0.09486308394793543) 0.07283931229912129 iter/sec (stddev: 0.09150228976024954) 1.55
tests/test_perf.py::test_clip_contour 0.045744314419863395 iter/sec (stddev: 0.3229095455065087) 0.0745053893015363 iter/sec (stddev: 0.2105983947333531) 1.63
tests/test_perf.py::test_clip_contourf 0.0468154012797552 iter/sec (stddev: 0.3492058973245769) 0.0758301504012792 iter/sec (stddev: 0.14019647096763876) 1.62
tests/test_perf.py::test_clip_quiver 0.04872275940252428 iter/sec (stddev: 0.1532322282012348) 0.07617888836989845 iter/sec (stddev: 0.20194337051502415) 1.56
tests/test_perf.py::test_clip_clabel 0.19919717837684178 iter/sec (stddev: 0.0890018770678412) 0.32039027275330506 iter/sec (stddev: 0.02806884911496465) 1.61
tests/test_perf.py::test_projection 0.11868134655782125 iter/sec (stddev: 0.15453108356775902) 0.20328370927043313 iter/sec (stddev: 0.026578313093041105) 1.71
tests/test_perf.py::test_maskout 9.143497317242486 iter/sec (stddev: 0.05434070820124534) 13.921936020085711 iter/sec (stddev: 0.028806725638992045) 1.52

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Clarmy

Please sign in to comment.