From 34f3e60c51e4f5e2a1afe2ba4506498cb6ec229e Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Tue, 29 Nov 2022 14:53:28 +0000 Subject: [PATCH] Specify minimum package versions (#454) * add package versions * use >= --- requirements.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index b444b96e..a316cec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -matplotlib -numpy -scipy -pandas -fsspec -pyyaml -requests -aiohttp -intake -intake-xarray==0.6.1 -pydantic -exifread -distinctipy -ipython \ No newline at end of file +matplotlib>=3.6 +numpy>=1.23 +scipy>=1.9 +pandas>=1.5 +fsspec>=2022.11 +pyyaml>=6.0 +requests>=2.28 +aiohttp>=3.8 +intake>=0.6 +intake-xarray>=0.6 +pydantic>=1.9 +exifread>=3.0 +distinctipy>=1.2 +ipython>=8.3 \ No newline at end of file