bump up numba version
Showing
- requirements.txt 1 addition, 2 deletionsrequirements.txt
- saqc/funcs/spike_detection.py 2 additions, 2 deletionssaqc/funcs/spike_detection.py
- saqc/lib/tools.py 2 additions, 4 deletionssaqc/lib/tools.py
- test/funcs/test_spike_detection.py 15 additions, 11 deletionstest/funcs/test_spike_detection.py
... | @@ -2,7 +2,7 @@ atomicwrites==1.3.0 | ... | @@ -2,7 +2,7 @@ atomicwrites==1.3.0 |
attrs==19.1.0 | attrs==19.1.0 | ||
llvmlite==0.28.0 | llvmlite==0.28.0 | ||
more-itertools==7.0.0 | more-itertools==7.0.0 | ||
numba==0.43.1 | numba==0.46.0 | ||
numpy==1.16.2 | numpy==1.16.2 | ||
pandas==0.24.2 | pandas==0.24.2 | ||
pluggy==0.9.0 | pluggy==0.9.0 | ||
... | @@ -10,6 +10,5 @@ py==1.8.0 | ... | @@ -10,6 +10,5 @@ py==1.8.0 |
pytest==4.4.0 | pytest==4.4.0 | ||
python-dateutil==2.8.0 | python-dateutil==2.8.0 | ||
pytz==2018.9 | pytz==2018.9 | ||
PyYAML==5.1 | |||
scipy==1.3.0 | scipy==1.3.0 | ||
six==1.12.0 | six==1.12.0 |
Please register or sign in to comment