Skip to content

Commit ab62cdb

Browse files
committed
removed numpy<2 hold as seems to be working
1 parent c3b66a3 commit ab62cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
install_requires=[
3535
'pandas',
36-
'numpy<2',
36+
'numpy',
3737
'matplotlib',
3838
'scikit-learn',
3939
'scipy>1.6',

src/DiadFit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# 1) we don't load dependencies by storing it in __init__.py
66
# 2) we can import it in setup.py for the same reason
77
# 3) we can import it into your module
8-
__version__ = '1.0.12'
8+
__version__ = '1.0.13'

0 commit comments

Comments
 (0)