Skip to content

Commit

Permalink
Add tensorflow-datasets dependency (#125)
Browse files Browse the repository at this point in the history
* Add `tensorlfow-datasets` dependency

It seems that SLSA for models workflows fails when building TF models (example
run:
https://github.com/mihaimaruseac/model-transparency/actions/runs/7794330107/job/21255472664).
Apparently, when we added the workflow to freeze dependencies we forgot to add
this dependency.

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>

* Bump frozen dependencies for newly added dependency

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>

---------

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
  • Loading branch information
mihaimaruseac authored Feb 12, 2024
1 parent 2fcc030 commit 8f48add
Show file tree
Hide file tree
Showing 7 changed files with 1,754 additions and 1,283 deletions.
416 changes: 216 additions & 200 deletions model_signing/install/requirements_Linux.txt

Large diffs are not rendered by default.

416 changes: 216 additions & 200 deletions model_signing/install/requirements_Windows.txt

Large diffs are not rendered by default.

416 changes: 216 additions & 200 deletions model_signing/install/requirements_macOS.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions slsa_for_models/install/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tensorflow
tensorflow-datasets
torch
torchvision
612 changes: 377 additions & 235 deletions slsa_for_models/install/requirements_Linux.txt

Large diffs are not rendered by default.

591 changes: 367 additions & 224 deletions slsa_for_models/install/requirements_Windows.txt

Large diffs are not rendered by default.

585 changes: 361 additions & 224 deletions slsa_for_models/install/requirements_macOS.txt

Large diffs are not rendered by default.

0 comments on commit 8f48add

Please sign in to comment.