Skip to content

Commit ffe3c58

Browse files
chore(deps): update dependency numpy to v2.4.2
1 parent ca8c495 commit ffe3c58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==2.3.5
1+
numpy==2.4.2
22
pandas==3.0.1
33
scikit-learn~=1.8.0
44
matplotlib==3.10.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
EPOCHS: int = 50
1515
BATCH_SIZE: int = 16
1616
REQUIREMENTS = [
17-
'numpy~=2.3.4',
17+
'numpy~=2.4.2',
1818
'pandas~=3.0.0',
1919
'scikit-learn~=1.8.0',
2020
'2ppy~=0.4.0',

0 commit comments

Comments
 (0)