Pin tool dependencies whenever we pip install using a constraints file

This commit is contained in:
Joe Rickerby
2020-01-28 22:04:37 +00:00
parent 379cf2dc13
commit 06696c46a0
8 changed files with 77 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
cd "$(dirname "$0")"
cd ..
export CUSTOM_COMPILE_COMMAND="bin/update_constraints"
pip-compile \
--allow-unsafe \
--generate-hashes \
--upgrade \
cibuildwheel/resources/constraints.in