Skip to content

Commit 23d29c5

Browse files
authored
adding numba to dependencies (#640)
1 parent 2377203 commit 23d29c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/generate-conda-envs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def conda(self) -> Reqs:
111111
"scikit-build>=0.13.1",
112112
"setuptools>=60",
113113
"zlib",
114+
"numba",
114115
)
115116
if self.compilers:
116117
pkgs += ("c-compiler", "cxx-compiler")

0 commit comments

Comments
 (0)