Skip to content

Commit

Permalink
build: updating tensorflow to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsextonMITRE committed Jul 12, 2023
1 parent c40b3cf commit ae1e6c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: pip-compile runs

on:
schedule:
- cron: "10 1 * * *" # at 1:10am every day
- cron: "0 10 * * *" # at 1:10am every day

jobs:
pip-compile:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev-tensorflow-gpu.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow==2.9.1; sys_platform == "linux" and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64")
tensorflow==2.11.1; sys_platform == "linux" and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64")
4 changes: 2 additions & 2 deletions requirements-dev-tensorflow.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tensorflow-cpu==2.9.1; (sys_platform == "win32" or sys_platform == "linux") and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64")
tensorflow-macos==2.9.1; sys_platform == "darwin"
tensorflow-cpu==2.11.1; (sys_platform == "win32" or sys_platform == "linux") and (platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64")
tensorflow-macos==2.11.1; sys_platform == "darwin"
tensorflow-metal; sys_platform == "darwin"

0 comments on commit ae1e6c9

Please sign in to comment.