We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2377203 commit 23d29c5Copy full SHA for 23d29c5
1 file changed
scripts/generate-conda-envs.py
@@ -111,6 +111,7 @@ def conda(self) -> Reqs:
111
"scikit-build>=0.13.1",
112
"setuptools>=60",
113
"zlib",
114
+ "numba",
115
)
116
if self.compilers:
117
pkgs += ("c-compiler", "cxx-compiler")
0 commit comments