Skip to content

Commit

Permalink
keep keras at 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed Dec 2, 2024
1 parent 026b845 commit f111f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch/jobs/docker/2.2/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ decorator==5.1.1
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
keras==3.7.0
keras==2.15.0
markupsafe==3.0.2
matplotlib==3.9.3
numpy==1.26.4
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/jobs/docker/2.14/py3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dask==2024.8.0
h5py==3.12.1
ipykernel==6.29.5
jinja2==3.1.4
keras==3.7.0 # keras uses the v2 api
keras==2.15.0 # keras uses the v2 api
markupsafe==3.0.2
matplotlib==3.9.3
numpy==1.26.4
Expand Down

0 comments on commit f111f7c

Please sign in to comment.