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 #573 from kmaehashi/fix-setuptools
Browse files Browse the repository at this point in the history
Fix setuptools version
  • Loading branch information
emcastillo authored Apr 8, 2020
2 parents bcdf018 + 0370ce8 commit 66e39dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def main():
'nccl': 'nccl2.4-cuda100',
'cutensor': 'none',
'requires': [
'setuptools', 'pip', 'cython==0.28.0',
'setuptools<42', 'pip', 'cython==0.28.0',
'numpy>={},<1.18'.format(numpy_min_version),
],
}
Expand Down

0 comments on commit 66e39dc

Please sign in to comment.