Skip to content

Commit ec5570e

Browse files
committed
Enforce importlib-metadata<5 for tests otherwise Entrypoint object attribute errors
1 parent 81dd6b3 commit ec5570e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
'requests<=2.25.1', # https://github.com/psf/requests/pull/5810
5959
'xarray',
6060
'tables',
61+
'importlib-metadata<5'
6162
'pvlib==0.8.0',
6263
'scipy<1.9',
6364
'statsmodels',

0 commit comments

Comments
 (0)