Skip to content

Commit

Permalink
Add keras-core as a dependency for release (keras-team#2059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstenbit authored Sep 7, 2023
1 parent a430895 commit a1181c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Build wheels
run: |
pip install tensorflow==2.13.0
python -m pip install --upgrade pip setuptools wheel twine namex
python -m pip install --upgrade pip setuptools wheel twine namex keras-core
export BUILD_WITH_CUSTOM_OPS=false
python pip_build.py
- name: Upload wheels
Expand Down

0 comments on commit a1181c0

Please sign in to comment.