Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #676 from emcastillo/bump-numpy-121
Browse files Browse the repository at this point in the history
Bump numpy to 1.21
  • Loading branch information
kmaehashi authored Jul 11, 2021
2 parents ae6835d + e47c931 commit 3a85bc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def main():
'cusparselt': 'none',
'requires': [
'setuptools<42', 'pip', 'cython==0.29.22',
'numpy==1.19.*', 'scipy==1.6.*',
'numpy==1.21.*', 'scipy==1.6.*',
] + requires,
}
script = './test_cupy.sh'
Expand All @@ -271,7 +271,7 @@ def main():
'requires': [
# TODO(kmaehashi): Remove setuptools version restrictions
# https://github.com/chainer/chainer-test/issues/565
'setuptools<42', 'pip', 'cython==0.29.22', 'numpy==1.19.*',
'setuptools<42', 'pip', 'cython==0.29.22', 'numpy==1.21.*',
],
}
script = './test_cupy.sh'
Expand All @@ -288,7 +288,7 @@ def main():
'requires': [
# TODO(kmaehashi): Remove setuptools version restrictions
# https://github.com/chainer/chainer-test/issues/565
'setuptools<42', 'pip', 'cython==0.29.22', 'numpy==1.19.*',
'setuptools<42', 'pip', 'cython==0.29.22', 'numpy==1.21.*',
],
}
script = './test_cupy.sh'
Expand Down Expand Up @@ -371,7 +371,7 @@ def main():
# TODO(kmaehashi): Remove setuptools version restrictions
# https://github.com/pypa/setuptools/issues/2352
'setuptools<50', 'cython==0.29.22',
'numpy==1.19.*', 'scipy==1.6.*',
'numpy==1.21.*', 'scipy==1.6.*',
],
}
script = './test_cupy_example.sh'
Expand All @@ -395,7 +395,7 @@ def main():
# TODO(kmaehashi): Remove setuptools version restrictions
# https://github.com/pypa/setuptools/issues/2352
'pip==9.0.1', 'setuptools<50', 'cython==0.29.22',
'numpy==1.20.*', 'scipy==1.6.*', 'wheel==0.36.2'
'numpy==1.21.*', 'scipy==1.6.*', 'wheel==0.36.2'
] + requires + SPHINX_REQUIREMENTS_PIP
}
script = './test_cupy_doc.sh'
Expand Down

0 comments on commit 3a85bc2

Please sign in to comment.