Skip to content

Commit

Permalink
temporary fix for SetUpTools 60.0-related bug per github.com/pypa/pip…
Browse files Browse the repository at this point in the history
…/issues/10743#issuecomment-998321115
  • Loading branch information
SVAIRobotics committed Dec 24, 2021
1 parent 36370d8 commit e51154b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject-setuptools.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ DjAI = {url = 'https://GitHub.com/Django-AI/DjAI/archive/main.zip'}

[build-system]
requires = [
'SetUpTools >= 59.6.0',
'Wheel >= 0.37.0'
'SetUpTools >= 60.1.0',
'Wheel >= 0.37.1',
]
build-backend = 'setuptools.build_meta'
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ GitHub = 'https://GitHub.com/Django-AI/DjAIoT'

[build-system]
requires = [
'Poetry-Core >= 1.0.7'
'Poetry-Core >= 1.0.7',
'SetUpTools >= 60.1.0', # *** TEMP FIX per github.com/pypa/pip/issues/10743#issuecomment-998321115 ***
]
build-backend = 'poetry.core.masonry.api'

0 comments on commit e51154b

Please sign in to comment.