Skip to content

Commit

Permalink
Update minimum aneris version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Apr 14, 2022
1 parent 7908170 commit 778039e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#---------------------------------#

# version format
version: 3.0.0.build{build}
version: 3.0.1.build{build}

environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_appveyor_version():
packages=find_packages(),
setup_requires=['pyyaml'],
install_requires=[
'aneris>=0.10,<1',
'aneris>=0.11.1,<1',
'basemap',
'cma',
'cmocean',
Expand Down

0 comments on commit 778039e

Please sign in to comment.