Skip to content

Commit

Permalink
Support for mac os (#74)
Browse files Browse the repository at this point in the history
* support for mac os

* support for mac and linux

---------

Co-authored-by: Sarah Meiklejohn <meiklejohn@google.com>
  • Loading branch information
smeiklej and glaceml authored Dec 5, 2023
1 parent 60fe16d commit f323ee2
Show file tree
Hide file tree
Showing 2 changed files with 1,054 additions and 0 deletions.
66 changes: 66 additions & 0 deletions slsa_for_models/install/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
absl-py==1.4.0
array-record==0.4.1
astunparse==1.6.3
build==1.0.3
cachetools==5.3.1
certifi==2023.7.22
charset-normalizer==3.3.0
click==8.1.7
dm-tree==0.1.8
etils==1.5.1
filelock==3.12.4
flatbuffers==23.5.26
fsspec==2023.9.2
gast==0.5.4
google-auth==2.23.3
google-auth-oauthlib==1.0.0
google-pasta==0.2.0
googleapis-common-protos==1.61.0
grpcio==1.59.0
h5py==3.10.0
idna==3.4
importlib-metadata==7.0.0
importlib-resources==6.1.0
Jinja2==3.1.2
keras==2.14.0
libclang==16.0.6
Markdown==3.5
MarkupSafe==2.1.3
ml-dtypes==0.2.0
mpmath==1.3.0
networkx==3.2
numpy==1.26.1
oauthlib==3.2.2
opt-einsum==3.3.0
packaging==23.2
Pillow==10.1.0
pip-tools==7.3.0
promise==2.3
protobuf==3.20.3
psutil==5.9.6
pyasn1==0.5.0
pyasn1-modules==0.3.0
pyproject_hooks==1.0.0
requests==2.31.0
requests-oauthlib==1.3.1
rsa==4.9
six==1.16.0
sympy==1.12
tensorboard==2.14.1
tensorboard-data-server==0.7.1
tensorflow==2.14.0
tensorflow-datasets==4.9.3
tensorflow-estimator==2.14.0
tensorflow-io-gcs-filesystem==0.34.0
tensorflow-metadata==1.14.0
termcolor==2.3.0
toml==0.10.2
tomli==2.0.1
torch==2.1.0
torchvision==0.16.0
tqdm==4.66.1
typing_extensions==4.8.0
urllib3==2.0.7
Werkzeug==3.0.1
wrapt==1.14.1
zipp==3.17.0
Loading

0 comments on commit f323ee2

Please sign in to comment.