Skip to content

Commit 4858761

Browse files
drop numpy version specifier for python > 3.8
1 parent 586c1ba commit 4858761

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
@@ -62,7 +62,7 @@ def read(*names, **kwargs):
6262
python_requires='>=3.8',
6363
install_requires=[
6464
'numpy==1.24; python_version == "3.8"', # Last version compatible with Python 3.8
65-
'numpy==1.26; python_version > "3.8"',
65+
'numpy; python_version > "3.8"',
6666
'numpy-financial',
6767
'pint',
6868
'forex_python',

0 commit comments

Comments
 (0)