Skip to content

Commit 50f6413

Browse files
committed
update numpy req;bump version
1 parent a34e553 commit 50f6413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gputools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
77
"""
88

9-
__version__ = "0.2.14"
9+
__version__ = "0.2.15"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
install_requires=[
3131
"six",
3232
"scipy",
33-
"numpy<2.0",
33+
"numpy",
3434
"pyopencl>=2016.1",
3535
"configparser",
3636
"reikna>=0.8.0"],

0 commit comments

Comments
 (0)