Skip to content

Commit eeec259

Browse files
committed
use correct numba version
Signed-off-by: Mark Halka <mark.halka2001@gmail.com>
1 parent 5f93b18 commit eeec259

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conda/dev-environment-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- cyrus-sasl
1414
- deprecated
1515
- docutils<0.22.1
16-
- numba-cfunc-compiler
16+
- numba-cfunc-compiler>=0.1.3
1717
- exprtk
1818
- flex
1919
- graphviz

conda/dev-environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- cyrus-sasl
1414
- deprecated
1515
- docutils<0.22.1
16-
- numba-cfunc-compiler
16+
- numba-cfunc-compiler>=0.1.3
1717
- exprtk
1818
# - flex # not available on windows
1919
- graphviz

0 commit comments

Comments
 (0)