We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1306f01 commit 9bec493Copy full SHA for 9bec493
pyproject.toml
@@ -1,14 +1,14 @@
1
[tool.poetry]
2
name = "type_infer"
3
-version = "0.0.24"
+version = "0.0.25"
4
description = "Automated type inference for Machine Learning pipelines."
5
authors = ["MindsDB Inc. <hello@mindsdb.com>"]
6
license = "GPL-3.0"
7
readme = "README.md"
8
packages = [{include = "type_infer"}]
9
10
[tool.poetry.dependencies]
11
-python = ">=3.10,<=3.13"
+python = ">=3.10,<3.14"
12
python-dateutil = "^2.1"
13
scipy = "^1"
14
numpy = "^1.26"
type_infer/__init__.py
@@ -3,7 +3,7 @@
from type_infer import api
from type_infer import helpers
-__version__ = '0.0.24'
+__version__ = '0.0.25'
__all__ = [
0 commit comments