Skip to content

Commit f306ada

Browse files
committed
removed cuda options in py-numpyro
1 parent 366433f commit f306ada

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/py-numpyro/package.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@ class PyNumpyro(PythonPackage):
1717
# Versions
1818
version("0.10.1", sha256="dfa896f01c8df43ddd41663af2b3e2fc4aea73489e669474e83329b183b29150")
1919

20-
# Variants
21-
variant("cuda", default=False, description="CUDA support")
2220

2321
# Dependencies
2422
depends_on("[email protected]:", type=("build", "run"))
2523

2624
depends_on("py-setuptools", type="build")
2725

28-
depends_on("[email protected]:~cuda", type=("build", "run"), when="~cuda")
29-
depends_on("[email protected]:+cuda", type=("build", "run"), when="+cuda")
30-
# depends_on("[email protected]:~cuda", type=("build", "run"), when="~cuda")
26+
depends_on("[email protected]:", type=("build", "run"))
3127
depends_on("py-multipledispatch", type=("build", "run"))
3228
depends_on("py-numpy", type=("build", "run"))
3329
depends_on("py-tqdm", type=("build", "run"))

0 commit comments

Comments
 (0)