Skip to content

Commit

Permalink
Sync .pre-commit-config.yaml to requirements-ml.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Oct 21, 2024
1 parent e300833 commit 2492b50
Showing 1 changed file with 3 additions and 3 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>=2.4.3,<3.0.0',
rapidfuzz>=2.6.1,
"tensorflow>=2.6.4,<2.15.0; sys.platform != 'darwin'",
"tensorflow>=2.6.4,<2.15.0; sys_platform == 'darwin' and platform_machine != 'arm64'",
"tensorflow-macos>=2.6.4,<2.15.0; 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

0 comments on commit 2492b50

Please sign in to comment.