Skip to content

Commit 606a75f

Browse files
authored
Merge pull request #78 from mindsdb/python-bump
Bump python and numpy version
2 parents bd0c356 + 24a06dd commit 606a75f

File tree

2 files changed

+43
-76
lines changed

2 files changed

+43
-76
lines changed

poetry.lock

Lines changed: 41 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ readme = "README.md"
88
packages = [{include = "type_infer"}]
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.10,<3.13"
11+
python = ">=3.10,<=3.13"
1212
python-dateutil = "^2.1"
1313
scipy = "^1"
14-
numpy = "^1.15"
14+
numpy = "^1.26"
1515
pandas = "^2"
1616
dataclasses-json = "^0.6.3"
1717
colorlog = "^6.5.0"

0 commit comments

Comments
 (0)