Skip to content

Commit

Permalink
Add required tf-keras dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis authored Apr 11, 2024
1 parent 74c96da commit d3d9a83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
17 changes: 9 additions & 8 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ coverage==7.4.4
dnspython==2.6.1
email_validator==2.1.1
fastapi==0.110.0
filelock==3.13.3
filelock==3.13.4
flake8==7.0.0
flatbuffers==24.3.25
frozenlist==1.4.1
Expand All @@ -26,13 +26,13 @@ gdown==5.1.0
google-pasta==0.2.0
grpcio==1.62.1
h11==0.14.0
h5py==3.10.0
httpcore==1.0.4
h5py==3.11.0
httpcore==1.0.5
httpx==0.27.0
idna==3.6
idna==3.7
iniconfig==2.0.0
jmespath==1.0.1
keras==3.1.1
keras==3.2.1
libclang==18.1.1
Markdown==3.6
markdown-it-py==3.0.0
Expand Down Expand Up @@ -66,7 +66,7 @@ python-dateutil==2.9.0.post0
python-dotenv==1.0.1
PyYAML==6.0.1
requests==2.31.0
retina-face==0.0.15
retina-face==0.0.16
rich==13.7.1
setuptools==65.5.0
six==1.16.0
Expand All @@ -78,11 +78,12 @@ tensorboard-data-server==0.7.2
tensorflow==2.16.1
tensorflow-io-gcs-filesystem==0.36.0
termcolor==2.4.0
tf_keras==2.16.0
tqdm==4.66.2
typing_extensions==4.10.0
typing_extensions==4.11.0
urllib3==2.0.7
uvicorn==0.28.0
Werkzeug==3.0.1
Werkzeug==3.0.2
wheel==0.43.0
wrapt==1.16.0
yarl==1.9.4
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common-code[test] @ git+https://github.com/swiss-ai-center/common-code.git@main
numpy==1.26.4
pillow==10.2.0
retina-face==0.0.15
retina-face==0.0.16
tf-keras==2.16.0

0 comments on commit d3d9a83

Please sign in to comment.