We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c13946 commit 67fc2c6Copy full SHA for 67fc2c6
physicsnemo/utils/neighbors/radius_search/_warp_impl.py
@@ -29,7 +29,7 @@
29
30
from physicsnemo.utils.version_check import check_min_version
31
32
-WARP_AVAILABLE = check_min_version("warp", "0.6.0")
+WARP_AVAILABLE = check_min_version("warp", "0.6.0", hard_fail=False)
33
34
if WARP_AVAILABLE:
35
import warp as wp
pyproject.toml
@@ -13,10 +13,12 @@ requires-python = ">=3.10"
13
license = "Apache-2.0"
14
dependencies = [
15
"certifi>=2023.7.22",
16
+ "einops>=0.8.0",
17
"fsspec>=2023.1.0",
18
"numpy>=1.22.4",
19
"onnx>=1.14.0",
20
"packaging>=24.2",
21
+ "requests>=2.32.2",
22
"s3fs>=2023.5.0",
23
"setuptools>=77.0.3",
24
"timm>=1.0.0",
0 commit comments