We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c286dc0 commit 058130aCopy full SHA for 058130a
tools/freeze-constraints.sh
@@ -3,5 +3,5 @@ set -e
3
4
(
5
echo "# Constraints generated by $0"
6
- pip freeze | grep -v '^cms'
+ pip freeze | grep -Ev '^(cms|-e )'
7
) >constraints.txt
0 commit comments