Skip to content
Merged
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pillow~=11.1.0 # Image generation

# Efficient image serialization
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10
numpy~=2.2.2; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine
numpy~=2.2.3; python_version >= "3.10" # For Python >=3.10, any numpy 2.x is fine

# For Nvidia GPU on all platforms
GPUtil~=1.4.0; python_version < "3.12"
Expand Down