Skip to content

Commit a060b49

Browse files
committed
Remove Numba version specification
1 parent 7636488 commit a060b49

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

nbs/API/precompile.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,7 @@
105105
]
106106
}
107107
],
108-
"metadata": {
109-
"language_info": {
110-
"name": "python"
111-
}
112-
},
108+
"metadata": {},
113109
"nbformat": 4,
114110
"nbformat_minor": 2
115111
}

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ language = English
3737
status = 3
3838
user = acclab
3939

40-
requirements = fastcore pandas~=1.5.0 numpy~=1.23.5 matplotlib~=3.6.3 seaborn~=0.12.2 scipy~=1.9.3 datetime statsmodels lqrt numba~=0.59.1 tqdm
40+
requirements = fastcore pandas~=1.5.0 numpy~=1.23.5 matplotlib~=3.6.3 seaborn~=0.12.2 scipy~=1.9.3 datetime statsmodels lqrt numba tqdm
4141
dev_requirements = pytest~=7.2.1 pytest-mpl~=0.16.1
4242

4343
### Optional ###

0 commit comments

Comments
 (0)