Skip to content

Commit

Permalink
Fixing dependencies license check
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayGabbay committed Jun 2, 2022
1 parent f71ec33 commit b461d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
requirements: 'requirements-all.txt'
fail: 'Copyleft,Other,Error'
exclude: '(pyzmq.*23\.0\.0|debugpy.*1\.6\.0|certifi.*2022\.5\.18\.1|tqdm.*4\.64\.0|webencodings.*0\.5\.1|torch.*1\.10\.2.*|torchaudio.*0\.10\.2.*|torchvision.*0\.11\.3.*|terminado.*0\.15\.0)'
exclude: '(pyzmq.*23\.1\.0|debugpy.*1\.6\.0|certifi.*2022\.5\.18\.1|tqdm.*4\.64\.0|webencodings.*0\.5\.1|torch.*1\.10\.2.*|torchaudio.*0\.10\.2.*|torchvision.*0\.11\.3.*|terminado.*0\.15\.0)'
# pyzmq is Revised BSD https://github.com/zeromq/pyzmq/blob/main/examples/LICENSE
# debugpy is MIT https://github.com/microsoft/debugpy/blob/main/LICENSE
# certifi is MPL-2.0 https://github.com/certifi/python-certifi/blob/master/LICENSE
Expand Down

0 comments on commit b461d40

Please sign in to comment.