Update numpy requirement from <2,>=1.17.0 to >=1.17.0,<3

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.17.0...v2.0.2)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/requirements_full.txt b/requirements_full.txt
index 51ed016..5b6f600 100644
--- a/requirements_full.txt
+++ b/requirements_full.txt
@@ -4,7 +4,7 @@
 # Packages used to run additional tests
 attrs
 nose
-numpy>=1.17.0,<2; python_version<"3.12"
+numpy>=1.17.0,<3; python_version<"3.12"
 python-dateutil
 PyQt6
 regex