Skip to content

Commit d870e2a

Browse files
committed
try to force to compile with numpy > 2
1 parent d39cdea commit d870e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"License :: OSI Approved :: MIT License",
6666
"Operating System :: OS Independent",
6767
],
68-
python_requires=">=3.6",
68+
python_requires=">=3.12",
6969
install_requires=[
7070
'numpy>=2.3.1',
7171
'pandas>=2.3.1',

0 commit comments

Comments
 (0)