File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
24
24
try :
25
- from numba import jitclass # type: ignore
25
+ from numba . experimental import jitclass # type: ignore
26
26
import numba
27
27
except (ModuleNotFoundError , ImportError ) as e : # pragma: no cover
28
28
# delay the error until the attack is initialized
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ codecov==2.0.15
7
7
coveralls == 1.10.0
8
8
mypy == 0.770
9
9
pre-commit == 2.3.0
10
- responses == 0.10.9
Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ ignore_missing_imports = True
51
51
[mypy-responses.*]
52
52
ignore_missing_imports = True
53
53
54
+ [mypy-numba]
55
+ ignore_missing_imports = True
56
+
54
57
[tool:pytest]
55
58
addopts =
56
59
--verbose
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ torchvision==0.5.0
3
3
jaxlib == 0.1.46
4
4
jax == 0.1.66
5
5
tensorflow == 2.0.1
6
- numba == 0.47.0
6
+ numba == 0.50.1
7
7
matplotlib == 3.2.1
8
8
pillow == 7.1.2
9
9
tensorboardX == 2.0
10
+ responses == 0.10.9
You can’t perform that action at this time.
0 commit comments