Skip to content

Commit 25834d4

Browse files
author
karel26
committed
BUGFIX:
- Python 3.9 did not work anymore
1 parent 3074dbb commit 25834d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ matplotlib==3.9.3
3838
minidump==0.0.24; sys_platform == 'win32'
3939

4040
# NumPy: Package for scientific computing with Python
41-
numpy==2.1.3
41+
numpy>=2.0.2
4242

4343
# Openpyxl: Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files
4444
openpyxl==3.1.5

0 commit comments

Comments
 (0)