File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ version:
5151.PHONY : build
5252build : version
5353 @rm -rf build dist
54- @pip install " setuptools>=64,<75 " " packaging>=23.0" " setuptools_scm>=8" " twine" " wheel"
54+ @pip install " setuptools>=64,<68 " " packaging>=23.0" " setuptools_scm>=8" " twine" " wheel"
5555 @if [ " $( VERSION) " = " 0.0.0" ]; then \
5656 echo " 🔧 Using local turing-sdk source..." ; \
5757 sed -i -e " s|turing-sdk.*|turing-sdk @ file://$( abspath ../../sdk) |g" ./requirements.txt; \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ version:
4444.PHONY : build
4545build : version
4646 @rm -rf build dist
47- @pip install " setuptools>=64,<75 " " packaging>=23.0" " setuptools_scm>=8" " twine" " wheel"
47+ @pip install " setuptools>=64,<68 " " packaging>=23.0" " setuptools_scm>=8" " twine" " wheel"
4848 @if [ " $( VERSION) " = " 0.0.0" ]; then \
4949 echo " 🔧 Using local turing-sdk source..." ; \
5050 sed -i -e " s|turing-sdk.*|turing-sdk @ file://$( abspath ../../sdk) |g" ./requirements.txt; \
Original file line number Diff line number Diff line change 11black==22.6.0
2- setuptools>=21.0.0,<75
2+ setuptools>=21.0.0,<68
33wheel
44twine
55# The next release 8.2.0 of pytest breaks the unit tests
You can’t perform that action at this time.
0 commit comments