From 45c414164a093f2307f959a9a5c97d2d5dfa3944 Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Tue, 6 Aug 2024 13:51:29 +0200 Subject: [PATCH] move to stable polars, pin numpy below 2 --- environment.yml | 4 ++-- requirements.txt | 4 ++-- tests/environment.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/environment.yml b/environment.yml index 4c73e6a..71a83e0 100644 --- a/environment.yml +++ b/environment.yml @@ -3,15 +3,15 @@ channels: - conda-forge dependencies: - python>=3.10 - - numpy + - numpy<2 - pip - xarray - dask - netcdf4 - gsw + - polars>=1.1 - scipy - bitstring - pooch - pip: - dbdreader - - polars diff --git a/requirements.txt b/requirements.txt index a15c091..e095c25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ dbdreader dask gsw netcdf4 -numpy +numpy<2 pooch scipy xarray -polars>0.16 +polars>=1.1 diff --git a/tests/environment.yml b/tests/environment.yml index c80a469..53fe0b7 100644 --- a/tests/environment.yml +++ b/tests/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - python>=3.9 - - numpy + - numpy<2 - pip - xarray - dask @@ -11,6 +11,7 @@ dependencies: - gsw - scipy - bitstring + - polars>=1.1 - pytest - pytest-cov - pooch @@ -19,4 +20,3 @@ dependencies: - cc-plugin-glider - pip: - dbdreader - - polars