Skip to content
Merged
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
1 change: 0 additions & 1 deletion examples/cfd/darcy_fno/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
hydra-core>=1.2.0
warp-lang>=1.6.0
termcolor>=2.1.1
1 change: 0 additions & 1 deletion examples/cfd/darcy_transolver/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ einops>=0.7.0
hydra-core>=1.2.0
omegaconf>=2.3.0
scipy>=1.15.0
warp-lang>=1.7.0
termcolor>=2.1.1
mlflow>=2.1.1
torchinfo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
torchinfo
warp-lang
tensorboard
cuml-cu13==25.10.*
einops
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ omegaconf>=2.3.0
pyvista>=0.40.1
torchinfo>=1.8
wandb>=0.13.7
warp-lang>=1.0
webdataset>=0.2
1 change: 0 additions & 1 deletion examples/cfd/navier_stokes_dpot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
gdown>=5.0.0
einops>=0.7.0
hydra-core>=1.2.0
warp-lang>=1.6.0
termcolor>=2.1.1
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ dynamic = ["version", "optional_dependencies"]

dependencies = [
"onnx>=1.14.0",
"warp-lang>=1.5.0",
# Pin to the post-cleanup public device API (wp.Device, get_device, set_device);
# warp.context was removed in 1.13.
"warp-lang>=1.13.0",
"pandas>=2.2.0",
"nvtx>=0.2.10",
"treelib>=1.2.5",
Expand Down
62 changes: 31 additions & 31 deletions uv.lock

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

Loading