Skip to content

Commit 0cacfd2

Browse files
committed
bump numpy ~= 2.0
1 parent d003f07 commit 0cacfd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dataprep_ml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataprep_ml.base import StatisticalAnalysis, DataAnalysis
22

3-
__version__ = '0.0.25'
3+
__version__ = '0.0.26'
44
__name__ = "dataprep_ml"
55

66

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dataprep-ml"
3-
version = "0.0.25"
3+
version = "0.0.26"
44
description = "Automated dataframe analysis for Machine Learning pipelines."
55
authors = ["MindsDB Inc. <[email protected]>"]
66
license = "GPL-3.0"
@@ -9,12 +9,12 @@ packages = [{include = "dataprep_ml"}]
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.10,<3.14"
12-
numpy = "^1"
12+
numpy = "^2"
1313
pandas = "^2"
1414
pydateinfer = "0.3.0"
1515
python-dateutil = ">=2.1"
1616
scipy = ">=1.7.3"
17-
type-infer = ">=0.0.22"
17+
type-infer = ">=0.0.26"
1818
dataclasses-json = "^0.6.3"
1919
colorlog = "^6.5.0"
2020
pydantic = "*"

0 commit comments

Comments
 (0)