Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
# Python 3.10: NumPy 1.x (NumPy 2.x requires Python >=3.11)
# Python 3.11+: NumPy 2.x (better performance, modern ML framework support)
"numpy>=1.19.0,<2.0; python_version == '3.10'",
"numpy>=2.4,<2.5; python_version >= '3.11'",
"numpy>=2.4.3,<2.5; python_version >= '3.11'",
"scipy>=1.7.0",
"cyclonedx-python-lib>=11.0.0",
"defusedxml>=0.7.1",
Expand Down Expand Up @@ -77,7 +77,7 @@ sevenzip = ["py7zr>=0.20.0"]
# Note: TensorFlow is no longer required - vendored protos handle SavedModel scanning
numpy1 = [
"numpy>=1.19.0,<2.0; python_version == '3.10'",
"numpy>=2.4,<2.5; python_version >= '3.11'",
"numpy>=2.4.3,<2.5; python_version >= '3.11'",
"h5py>=3.1,<4.0",
"torch>=2.6.0,<3.0",
"pyyaml>=6.0,<7.0",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

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

Loading