summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-05-13 11:02:49 -0600
committerGitHub <noreply@github.com>2023-05-13 11:02:49 -0600
commit5187067d7ad176ee3614beab2b99a524dd719aa8 (patch)
tree907997d0c294f550193322aaa73237c1a7bcfaa6 /test_requirements.txt
parentb786189222ac5bf2f4efbb04399261f7f760bc18 (diff)
parent81caed6e3c34c4bf4b22b4f6167e816ba2a3f73c (diff)
downloadnumpy-5187067d7ad176ee3614beab2b99a524dd719aa8.tar.gz
Merge branch 'main' into deprecate-find-common-type
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 3e7d3fef7..16f448eb8 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -1,5 +1,5 @@
-cython>=0.29.30,<3.0
-wheel==0.37.0
+cython>=0.29.34,<3.0
+wheel==0.38.1
setuptools==59.2.0
hypothesis==6.24.1
pytest==6.2.5
@@ -12,3 +12,5 @@ cffi; python_version < '3.10'
# NOTE: Keep mypy in sync with environment.yml
mypy==0.981; platform_python_implementation != "PyPy"
typing_extensions>=4.2.0
+# for optional f2py encoding detection
+charset-normalizer