Skip to content

Commit 67fc2c6

Browse files
authored
Fix depenedncies to enable hello world (#1195)
1 parent 3c13946 commit 67fc2c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

physicsnemo/utils/neighbors/radius_search/_warp_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from physicsnemo.utils.version_check import check_min_version
3131

32-
WARP_AVAILABLE = check_min_version("warp", "0.6.0")
32+
WARP_AVAILABLE = check_min_version("warp", "0.6.0", hard_fail=False)
3333

3434
if WARP_AVAILABLE:
3535
import warp as wp

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ requires-python = ">=3.10"
1313
license = "Apache-2.0"
1414
dependencies = [
1515
"certifi>=2023.7.22",
16+
"einops>=0.8.0",
1617
"fsspec>=2023.1.0",
1718
"numpy>=1.22.4",
1819
"onnx>=1.14.0",
1920
"packaging>=24.2",
21+
"requests>=2.32.2",
2022
"s3fs>=2023.5.0",
2123
"setuptools>=77.0.3",
2224
"timm>=1.0.0",

0 commit comments

Comments
 (0)