Skip to content

Commit 36a1023

Browse files
committed
Merge branch 'release/3.0.0' into develop
2 parents ad4a9bf + 5b7a07c commit 36a1023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
setup(
1010
name='pybatteryid',
11-
version='2.0.1',
11+
version='3.0.0',
1212
author='Muiz Sheikh',
1313
description='Data-driven Battery Model Identification in Python',
1414
long_description=readme,
1515
long_description_content_type='text/markdown',
1616
url="https://github.com/muizabdul29/PyBatteryID",
1717
packages=find_packages(include=['pybatteryid', 'pybatteryid.*']),
1818
install_requires=[
19-
'numpy>=1.20.0',
19+
'numpy>=2.1.0',
2020
'cvxopt',
2121
'scikit-learn',
2222
'rich',

0 commit comments

Comments
 (0)