Skip to content

Commit

Permalink
numpy version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakshamgupta90 committed Jun 26, 2024
1 parent 2b7cf3a commit 3ca438a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ioos/ioos_qc/pull/4>`_)
* Bug fixes
* Remove support for python 2
* Upgrade numpy to 1.14
* Upgrade numpy to < 2.0.0
* Build, test, and documentation improvements


Expand All @@ -114,7 +114,7 @@ We recommend going test by test and comparing the documentation: `0.0.3 <https:/

Specific changes to be aware of include:

* Removing support for python 2 and requiring :code:`numpy>=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`
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ geographiclib
geojson
h5netcdf
jsonschema
numpy>=1.14
numpy<2
pandas
pyparsing
ruamel.yaml
Expand Down

0 comments on commit 3ca438a

Please sign in to comment.