diff options
author | mattip <matti.picus@gmail.com> | 2020-07-10 15:35:29 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-07-10 15:35:29 +0300 |
commit | fc9d862f0cec6d9dc83acef54a66732dfdb813a3 (patch) | |
tree | 369d7350a9203b7978eea5df9b5858cf65bb4234 /test_requirements.txt | |
parent | 58da484abf6f466a9e8bf55c188cb5b501d31ceb (diff) | |
download | numpy-fc9d862f0cec6d9dc83acef54a66732dfdb813a3.tar.gz |
BLD: update cython to 0.29.21
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index d7698609f..7afc6820b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,4 +1,4 @@ -cython==0.29.19 +cython==0.29.21 hypothesis==5.19.0 pytest==5.4.3 pytz==2020.1 |