Closed
Description
Describe the bug
In asv.conf, the virsion of numba is conflictde with the virsion of numpy,so when run this code asv check
,there is a bug.
To Reproduce
Steps to reproduce the behavior:
- Validate and build environments (may take a couple minutes to run):
asv check
- See error
Expected behavior
modify the asv.conf
Versions:
pvlib.__version__
:pandas.__version__
:- python:conda python 3.9
Additional context
And i change the virsion 0.36.1 of numba to the virsion 0.40.0 of numba ,it works.