From f4575b761b713f78753b399b628c8e865d56f75b Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:39:38 +0000 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 56f162bd..8d62a2c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,17 +57,17 @@ ndindex==1.7 netCDF4==1.6.5 nowcasting-datamodel==1.5.26 numcodecs==0.12.1 -numpy==1.23.2 +numpy=1.23.2 ocf-blosc2==0.0.4 packaging==23.2 pandas==2.1.3 partd==1.4.1 Pillow==10.1.0 -pip==23.3.1 +pip>=23.3.1 platformdirs==4.1.0 pluggy==1.3.0 pooch==1.8.0 -psutil==5.9.5 +psutil>=5.9.5 psycopg2-binary==2.9.9 py-cpuinfo==9.0.0 pyarrow==14.0.1 @@ -87,7 +87,7 @@ python-geotiepoints==1.7.1 pytz==2023.3.post1 PyYAML==6.0.1 rasterio==1.3.9 -requests==2.31.0 +requests>=2.31.0 s3fs==2023.12.1 satpy==0.38.0 SciPy==1.11.4 @@ -106,7 +106,7 @@ trollimage==1.22.2 trollsift==0.5.1 typing_extensions==4.8.0 tzdata==2023.3 -urllib3==1.26.18 +urllib3>=1.26.18 wheel==0.42.0 wrapt==1.16.0 xarray==2023.11.0 From 1feca1211f39cbf9d9038350846b65d533049af9 Mon Sep 17 00:00:00 2001 From: devsjc <47188100+devsjc@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:44:25 +0000 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d62a2c3..00594f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ ndindex==1.7 netCDF4==1.6.5 nowcasting-datamodel==1.5.26 numcodecs==0.12.1 -numpy=1.23.2 +numpy==1.23.2 ocf-blosc2==0.0.4 packaging==23.2 pandas==2.1.3