From 974c84d47b0da93ce02344f81a0e62d1367ac68f Mon Sep 17 00:00:00 2001 From: craigrose Date: Mon, 20 Jan 2025 14:51:27 +1100 Subject: [PATCH 1/2] update dependencies --- constraints.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index f6204f0e6..3b1bcc780 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,7 +1,8 @@ cftime<1.1.1 pyproj<3 cf-units<=2.1.5 +lxml<=4.2.3 # Current versions of compliance-checker (5.0.1) and cc-plugin-imos (1.5.3) both use deprecated types # numpy.float / numpy.int which have been removed in numpy 1.24 -numpy<1.24.0 +numpy>=1.20.3,<1.24.0 From c86f85f90e56b1e6e84aa1be65893f87d059cd8d Mon Sep 17 00:00:00 2001 From: craigrose Date: Mon, 20 Jan 2025 14:52:25 +1100 Subject: [PATCH 2/2] update dependencies --- constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/constraints.txt b/constraints.txt index 3b1bcc780..053fc7e5a 100644 --- a/constraints.txt +++ b/constraints.txt @@ -2,6 +2,7 @@ cftime<1.1.1 pyproj<3 cf-units<=2.1.5 lxml<=4.2.3 +pendulum<=2.0.2 # Current versions of compliance-checker (5.0.1) and cc-plugin-imos (1.5.3) both use deprecated types # numpy.float / numpy.int which have been removed in numpy 1.24