File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ## Changes in 0.2.0
2+
3+ - Ensuring compatibility with latest ` copernicusmarine ` requirements
4+
15## Changes in 0.1.6
26
37- Updated ` pyproject.toml ` file; package name changed from ` xcube-cmems `
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ 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
11+ - xarray < 2024.7.0 # to avoid inconsistent results with copernicusmarine package
1212 - pandas
1313 # for testing
1414 - black
@@ -19,4 +19,3 @@ dependencies:
1919
2020
2121
22-
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ 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" ,
26+ " xarray< 2024.7.0" ,
2727 " pandas" ,
2828 " zarr"
2929]
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.2.0 "
You can’t perform that action at this time.
0 commit comments