summaryrefslogtreecommitdiff
path: root/test_requirements.txt
blob: e038ca4731687f41cdfc4a0b6b1717cbb3236119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cython==0.29.21
wheel<=0.35.1
setuptools<49.2.0
hypothesis==5.41.5
pytest==6.2.0
pytz==2020.4
pytest-cov==2.10.1
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
cffi
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
# - Mypy doesn't currently work on Python 3.9
mypy==0.790; platform_python_implementation != "PyPy"
typing_extensions