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 24454fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fbgemm_gpu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# * https://github.com/nod-ai/SHARK/issues/2095
# * https://github.com/jianyicheng/mase-docker/pull/9

backports.tarfile
build
cmake
hypothesis
Expand All @@ -18,6 +19,6 @@ mpmath==1.3.0
ninja
numpy
scikit-build
setuptools
setuptools>=71.0.3
setuptools_git_versioning
tabulate

0 comments on commit 24454fc

Please sign in to comment.