Cython
wheel==0.38.1
setuptools==65.5.1 ; python_version < '3.12'
setuptools         ; python_version >= '3.12'
hypothesis==6.142.2
pytest==7.4.0
pytest-cov==4.1.0
meson
ninja; sys_platform != "emscripten"
pytest-xdist
pytest-timeout
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
# NOTE: Keep mypy in sync with environment.yml
mypy==1.18.2; platform_python_implementation != "PyPy"
typing_extensions>=4.5.0
# for optional f2py encoding detection
charset-normalizer
tzdata
