File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22History
33=======
44
5+ 1.1.2 (2025-04-15)
6+ ------------------
7+
8+ * Fixed issue #27: Added explicit version constraint for netCDF4 dependency to ensure it's properly installed
9+
5101.1.1 (2025-04-15)
611------------------
712
Original file line number Diff line number Diff line change 2626
2727__author__ = """Jan Streffing"""
2828__email__ = "j.streffing1988@gmail.com"
29- __version__ = "1.1.1 "
29+ __version__ = "1.1.2 "
3030__credits__ = "Alfred Wegener Institute, Helmholtz Centre for Polar and Marine Research"
3131
3232
Original file line number Diff line number Diff line change 11{% set name = "cmpitool" %}
2- {% set version = "1.1.1 " %}
2+ {% set version = "1.1.2 " %}
33
44package :
55 name : " {{ name|lower }}"
Original file line number Diff line number Diff line change 1414requirements = [
1515 "geopandas" ,
1616 "matplotlib" ,
17+ "netCDF4>=1.6.0" ,
1718 "numpy" ,
1819 "pandas >=1.0.0" ,
1920 "pooch" ,
5354 test_suite = "tests" ,
5455 tests_require = test_requirements ,
5556 url = "https://github.com/JanStreffing/cmpitool" ,
56- download_url = "https://github.com/JanStreffing/cmpitool/archive/refs/tags/v1.1.1 .tar.gz" ,
57- version = "1.1.1 " ,
57+ download_url = "https://github.com/JanStreffing/cmpitool/archive/refs/tags/v1.1.2 .tar.gz" ,
58+ version = "1.1.2 " ,
5859 zip_safe = False ,
5960)
You can’t perform that action at this time.
0 commit comments