Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy committed Aug 9, 2023
1 parent cb3de49 commit 6a4f735
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 393 deletions.
2 changes: 1 addition & 1 deletion cnmaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .maps import * # noqa: F403, F401
from .drawing import * # noqa: F403, F401

__version__ = "1.1.3"
__version__ = "1.1.4"

CARTOPY_DIGIT_VERSION = re.match(r"(\d*\.\d*\.\d*)", cartopy.__version__).group(1)
if CARTOPY_DIGIT_VERSION < "0.20.0":
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ channels:
- conda-forge
dependencies:
- matplotlib>=3.4.2
- Cartopy>=0.19.0
- Cartopy>=0.20.0,<0.21.0
- Shapely>=1.8.0,<2.0.0
- numpy>=1.21.5
- netCDF4>=1.5.8
- geopandas>=0.10.2
- Fiona>=1.8.21
- Fiona>=1.8.20
Loading

0 comments on commit 6a4f735

Please sign in to comment.