Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfturner committed Jun 12, 2024
1 parent d02fdcf commit 3454093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ repos:
scikit-learn>=0.23.2,
keras>=3.0.0,
rapidfuzz>=2.6.1,
"tensorflow>=2.16.1; sys.platform != 'darwin'",
"tensorflow>=2.16.1; sys_platform == 'darwin' and platform_machine != 'arm64'",
"tensorflow-macos>=2.16.1; sys_platform == 'darwin' and platform_machine == 'arm64'",
"tensorflow>=2.16.0; sys.platform != 'darwin'",
"tensorflow>=2.16.0; sys_platform == 'darwin' and platform_machine != 'arm64'",
"tensorflow-macos>=2.16.0; sys_platform == 'darwin' and platform_machine == 'arm64'",
tqdm>=4.0.0,

# requirements-reports.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements-ml.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scikit-learn>=0.23.2
keras>=3.0.0
rapidfuzz>=2.6.1
tensorflow>=2.16.1; sys.platform != 'darwin'
tensorflow>=2.16.1; sys_platform == 'darwin' and platform_machine != 'arm64'
tensorflow-macos>=2.16.1; sys_platform == 'darwin' and platform_machine == 'arm64'
tensorflow>=2.16.0; sys.platform != 'darwin'
tensorflow>=2.16.0; sys_platform == 'darwin' and platform_machine != 'arm64'
tensorflow-macos>=2.16.0; sys_platform == 'darwin' and platform_machine == 'arm64'
tqdm>=4.0.0

0 comments on commit 3454093

Please sign in to comment.