-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix cml vulnerabilities (#705)
Co-authored-by: jfrery <jfrery@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
106 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cc53b7f93bbbf99ecdcc0a67cbbf64b2 | ||
4de769f5cd2b8cd3e1382d7f6b9b81db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
Name, Version, License | ||
PyYAML, 6.0.1, MIT License | ||
brevitas, 0.8.0, UNKNOWN | ||
certifi, 2024.2.2, Mozilla Public License 2.0 (MPL 2.0) | ||
certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0) | ||
charset-normalizer, 3.3.2, MIT License | ||
coloredlogs, 15.0.1, MIT License | ||
concrete-python, 2024.4.19, BSD-3-Clause | ||
dependencies, 2.0.1, BSD License | ||
dill, 0.3.8, BSD License | ||
filelock, 3.14.0, The Unlicense (Unlicense) | ||
filelock, 3.13.4, The Unlicense (Unlicense) | ||
flatbuffers, 24.3.25, Apache Software License | ||
fsspec, 2024.3.1, BSD License | ||
huggingface-hub, 0.22.2, Apache Software License | ||
humanfriendly, 10.0, MIT License | ||
hummingbird-ml, 0.4.11, MIT License | ||
hummingbird-ml, 0.4.8, MIT License | ||
idna, 3.7, BSD License | ||
importlib_resources, 6.4.0, Apache Software License | ||
joblib, 1.4.0, BSD License | ||
jsonpickle, 3.0.4, BSD License | ||
mpmath, 1.3.0, BSD License | ||
networkx, 3.1, BSD License | ||
numpy, 1.24.3, BSD License | ||
onnx, 1.16.0, Apache License v2.0 | ||
numpy, 1.23.5, BSD License | ||
onnx, 1.16.1, Apache License v2.0 | ||
onnxconverter-common, 1.13.0, MIT License | ||
onnxmltools, 1.12.0, Apache Software License | ||
onnxmltools, 1.11.0, Apache Software License | ||
onnxoptimizer, 0.3.13, Apache License v2.0 | ||
onnxruntime, 1.17.3, MIT License | ||
onnxruntime, 1.18.0, MIT License | ||
packaging, 24.0, Apache Software License; BSD License | ||
pandas, 2.0.3, BSD License | ||
protobuf, 3.20.3, BSD-3-Clause | ||
psutil, 5.9.8, BSD License | ||
python-dateutil, 2.9.0.post0, Apache Software License; BSD License | ||
pytz, 2024.1, MIT License | ||
requests, 2.31.0, Apache Software License | ||
scikit-learn, 1.3.2, BSD License | ||
requests, 2.32.2, Apache Software License | ||
scikit-learn, 1.1.3, BSD License | ||
scipy, 1.10.1, BSD License | ||
six, 1.16.0, MIT License | ||
skl2onnx, 1.16.0, Apache Software License | ||
skl2onnx, 1.12, Apache Software License | ||
skops, 0.5.0, MIT | ||
skorch, 0.11.0, new BSD 3-Clause | ||
sympy, 1.12, BSD License | ||
tabulate, 0.8.10, MIT License | ||
threadpoolctl, 3.5.0, BSD License | ||
threadpoolctl, 3.4.0, BSD License | ||
torch, 1.13.1, BSD License | ||
tqdm, 4.66.2, MIT License; Mozilla Public License 2.0 (MPL 2.0) | ||
tqdm, 4.66.4, MIT License; Mozilla Public License 2.0 (MPL 2.0) | ||
typing_extensions, 4.5.0, Python Software Foundation License | ||
tzdata, 2024.1, Apache Software License | ||
urllib3, 2.2.1, MIT License | ||
xgboost, 1.7.6, Apache Software License | ||
xgboost, 1.6.2, Apache Software License | ||
z3-solver, 4.13.0.0, MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7be80ba54850fbc203015560c8acb9a8 | ||
4de769f5cd2b8cd3e1382d7f6b9b81db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
Name, Version, License | ||
PyYAML, 6.0.1, MIT License | ||
brevitas, 0.8.0, UNKNOWN | ||
certifi, 2024.2.2, Mozilla Public License 2.0 (MPL 2.0) | ||
certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0) | ||
charset-normalizer, 3.3.2, MIT License | ||
coloredlogs, 15.0.1, MIT License | ||
concrete-python, 2024.4.19, BSD-3-Clause | ||
dependencies, 2.0.1, BSD License | ||
dill, 0.3.8, BSD License | ||
filelock, 3.14.0, The Unlicense (Unlicense) | ||
filelock, 3.13.4, The Unlicense (Unlicense) | ||
flatbuffers, 24.3.25, Apache Software License | ||
fsspec, 2024.3.1, BSD License | ||
huggingface-hub, 0.22.2, Apache Software License | ||
humanfriendly, 10.0, MIT License | ||
hummingbird-ml, 0.4.11, MIT License | ||
hummingbird-ml, 0.4.8, MIT License | ||
idna, 3.7, BSD License | ||
importlib_resources, 6.4.0, Apache Software License | ||
joblib, 1.4.0, BSD License | ||
jsonpickle, 3.0.4, BSD License | ||
mpmath, 1.3.0, BSD License | ||
networkx, 3.1, BSD License | ||
numpy, 1.24.3, BSD License | ||
onnx, 1.16.0, Apache License v2.0 | ||
numpy, 1.23.5, BSD License | ||
onnx, 1.16.1, Apache License v2.0 | ||
onnxconverter-common, 1.13.0, MIT License | ||
onnxmltools, 1.12.0, Apache Software License | ||
onnxmltools, 1.11.0, Apache Software License | ||
onnxoptimizer, 0.3.13, Apache License v2.0 | ||
onnxruntime, 1.17.3, MIT License | ||
onnxruntime, 1.18.0, MIT License | ||
packaging, 24.0, Apache Software License; BSD License | ||
pandas, 2.0.3, BSD License | ||
protobuf, 3.20.3, BSD-3-Clause | ||
psutil, 5.9.8, BSD License | ||
python-dateutil, 2.9.0.post0, Apache Software License; BSD License | ||
pytz, 2024.1, MIT License | ||
requests, 2.31.0, Apache Software License | ||
scikit-learn, 1.3.2, BSD License | ||
requests, 2.32.2, Apache Software License | ||
scikit-learn, 1.1.3, BSD License | ||
scipy, 1.10.1, BSD License | ||
six, 1.16.0, MIT License | ||
skl2onnx, 1.16.0, Apache Software License | ||
skl2onnx, 1.12, Apache Software License | ||
skops, 0.5.0, MIT | ||
skorch, 0.11.0, new BSD 3-Clause | ||
sympy, 1.12, BSD License | ||
tabulate, 0.8.10, MIT License | ||
threadpoolctl, 3.5.0, BSD License | ||
threadpoolctl, 3.4.0, BSD License | ||
torch, 1.13.1, BSD License | ||
tqdm, 4.66.2, MIT License; Mozilla Public License 2.0 (MPL 2.0) | ||
tqdm, 4.66.4, MIT License; Mozilla Public License 2.0 (MPL 2.0) | ||
typing_extensions, 4.5.0, Python Software Foundation License | ||
tzdata, 2024.1, Apache Software License | ||
urllib3, 2.2.1, MIT License | ||
xgboost, 1.7.6, Apache Software License | ||
xgboost, 1.6.2, Apache Software License | ||
z3-solver, 4.13.0.0, MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7be80ba54850fbc203015560c8acb9a8 | ||
4de769f5cd2b8cd3e1382d7f6b9b81db |
Oops, something went wrong.