Skip to content

Commit 18979e2

Browse files
committed
numpy minimum to 2.0.2
1 parent 0206016 commit 18979e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cffi>=2.0.0
2-
numpy>=2.2.0
2+
numpy>=2.0.2
33
matplotlib>=3.8
44
pandas>=2.0.3
55
XlsxWriter>=3.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def read_version_from_init(file_path="epyt/__init__.py"):
6868
],
6969
python_requires=">=3.9",
7070
package_data={f'{module_name}': data},
71-
install_requires=['cffi>=2.0.0', 'numpy>=2.2.0', 'matplotlib>=3.8', 'pandas>=2.0.3', 'XlsxWriter>=3.2.0', 'setuptools'],
71+
install_requires=['cffi>=2.0.0', 'numpy>=2.0.2', 'matplotlib>=3.8', 'pandas>=2.0.3', 'XlsxWriter>=3.2.0', 'setuptools'],
7272
include_package_data=True
7373
)

0 commit comments

Comments
 (0)