Skip to content

Commit 0b0b997

Browse files
Merge pull request #45 from xcube-dev/tejas-xxx-fix-dependency-pinning
Fix dependency pinning
2 parents dee9505 + d125746 commit 0b0b997

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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`

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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-

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ requires-python = ">=3.10"
2222
dependencies = [
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
]

xcube_cmems/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
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"

0 commit comments

Comments
 (0)