Skip to content

Commit 11cd80e

Browse files
Pin numpy==1.24, last version compatible with py38
1 parent 209cf92 commit 11cd80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def read(*names, **kwargs):
6161
keywords=['geothermal'],
6262
python_requires='>=3.7',
6363
install_requires=[
64-
'numpy==1.26',
64+
'numpy==1.24', # Last version compatible with Python 3.8
6565
'numpy-financial',
6666
'pint',
6767
'forex_python',

0 commit comments

Comments
 (0)