Skip to content

Commit

Permalink
[fbgemm_gpu] Fix setuptools version
Browse files Browse the repository at this point in the history
- Fix setuptools version to be >= 71.0.3 to get the fix for pypa/setuptools#4476 (affects Nova CI)
  • Loading branch information
q10 committed Jul 22, 2024
1 parent e6f2c95 commit 8157ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ mpmath==1.3.0
ninja
numpy
scikit-build
setuptools
setuptools>=71.0.3
setuptools_git_versioning
tabulate

0 comments on commit 8157ce7

Please sign in to comment.