From 32558347fa8459a4414b5f30af16b04540ba9101 Mon Sep 17 00:00:00 2001 From: "Bryn N. Ubald" <55503826+bnubald@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:32:04 +0100 Subject: [PATCH] Resolves #273: Drop py3.8 support, unpin pandas + xarray --- requirements.txt | 4 ++-- setup.py | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index bf70a23..964ec9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ ibicus matplotlib motuclient netcdf4<1.6.1 -pandas<2 +pandas plotly pip pydap @@ -23,4 +23,4 @@ tensorboard tensorflow<2.16 tensorflow-probability wheel -xarray[io]<2023.2.0 +xarray[io] diff --git a/setup.py b/setup.py index e12aaaf..fc0aa46 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ def get_content(filename): "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -97,7 +96,7 @@ def get_content(filename): "icenet.results.threshold:threshold_main" ], }, - python_requires='>=3.8, <3.12', + python_requires='>=3.9, <3.12', install_requires=get_content("requirements.txt"), include_package_data=True, extras_require={