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
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jaxlib
jaxopt
libtpu>=0.0.42.1
Jinja2
nvidia-cuda-cccl>=13.1.115 ; sys_platform != 'darwin'
opencv-python-headless
optax
orbax-checkpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namex>=0.1.0
networkx>=3.6.1
numpy-typing-compat>=20251206.2.0
numpy>=2.0.2
nvidia-cuda-cccl>=13.1.115
nvidia-cuda-cccl>=13.1.115 ; sys_platform != 'darwin'
Comment thread
harkanwalbedi marked this conversation as resolved.
oauthlib>=3.3.1
opencv-python-headless>=4.13.0.92
opt-einsum>=3.4.0
Expand Down
Loading