File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ ## Changes in 0.1.7
2+
3+
4+ - Ensuring compatibility with latest ` copernicusmarine ` requirements
5+
16## Changes in 0.1.6
27
38- Updated ` pyproject.toml ` file; package name changed from ` xcube-cmems `
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ dependencies:
77 # Required
88 - copernicusmarine >=2.1.1
99 - xcube >=1.9.1
10- - numpy <2.0.0 # to avoid inconsistent results with copernicusmarine package
11- - xarray >=2024.7.0 # to avoid inconsistent results with copernicusmarine package
10+ - numpy >=2.0.0 # to avoid inconsistent results with copernicusmarine package
1211 - pandas
1312 # for testing
1413 - black
@@ -19,4 +18,3 @@ dependencies:
1918
2019
2120
22-
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ requires-python = ">=3.10"
2222dependencies = [
2323 # Todo: add xcube-core when issue with matplotlib-base is solved
2424 " copernicusmarine>=2.1.1" ,
25- " numpy<2.0.0" ,
26- " xarray>=2024.7.0" ,
25+ " numpy>=2.0.0" ,
2726 " pandas" ,
2827 " zarr"
2928]
Original file line number Diff line number Diff line change 1919# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2020# DEALINGS IN THE SOFTWARE.
2121
22- version = "0.1.6 "
22+ version = "0.1.7 "
You can’t perform that action at this time.
0 commit comments