Skip to content

Commit

Permalink
✅ restrict all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nquetschlich committed Dec 4, 2024
1 parent 34bf88e commit 6eb47bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies = [
"numpy>=1.26; python_version >= '3.12'",
"numpy>=1.24; python_version >= '3.11'",
"numpy>=1.22",
"numpy<2.3.0",
"numpy<2; sys_platform == 'darwin' and 'x86_64' in platform_machine", # Restrict numpy v2 for macOS x86 since it is not supported anymore since torch v2.3.0
"typing-extensions>=4.1", # for `assert_never`
]
Expand Down
3 changes: 2 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eb47bc

Please sign in to comment.