From 3ca438ab199171f409bb7903f72f2272b9d30dc5 Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Wed, 26 Jun 2024 18:53:01 +0530 Subject: [PATCH] numpy version updated --- docs/source/releases.rst | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 9b979d7..a11c141 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -101,7 +101,7 @@ If you were previously using https://github.com/ioos/qartod , see the *Migrating * Split out :code:`threshold` parameters into explicit :code:`suspect` and :code:`fail` parameters (`#4 `_) * Bug fixes * Remove support for python 2 -* Upgrade numpy to 1.14 +* Upgrade numpy to < 2.0.0 * Build, test, and documentation improvements @@ -114,7 +114,7 @@ We recommend going test by test and comparing the documentation: `0.0.3 =1.14`. +* Removing support for python 2 and requiring :code:`numpy<2`. * Module rename: :code:`ioos_qartod.qc_tests.qc.*` to :code:`ioos_qc.qartod.*` * Test renames * :code:`attenuated_signal_check --> attenuated_signal_test` diff --git a/requirements.txt b/requirements.txt index b80b169..ccc0e18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ geographiclib geojson h5netcdf jsonschema -numpy>=1.14 +numpy<2 pandas pyparsing ruamel.yaml