We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c466910 commit 05f0a0bCopy full SHA for 05f0a0b
setup.py
@@ -59,9 +59,10 @@ def read(*names, **kwargs):
59
'Documentation': 'https://nrel.github.io/python-geophires-x-nrel/',
60
},
61
keywords=['geothermal'],
62
- python_requires='>=3.7',
+ python_requires='>=3.8',
63
install_requires=[
64
- 'numpy==1.24', # Last version compatible with Python 3.8
+ 'numpy==1.24; python_version == "3.8"', # Last version compatible with Python 3.8
65
+ 'numpy==1.26; python_version > "3.8"',
66
'numpy-financial',
67
'pint',
68
'forex_python',
0 commit comments