summaryrefslogtreecommitdiffstats
path: root/openbb_platform/extensions/technical/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/extensions/technical/pyproject.toml')
-rw-r--r--openbb_platform/extensions/technical/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbb_platform/extensions/technical/pyproject.toml b/openbb_platform/extensions/technical/pyproject.toml
index f1770b619ac..143cc44a05c 100644
--- a/openbb_platform/extensions/technical/pyproject.toml
+++ b/openbb_platform/extensions/technical/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-technical"
-version = "1.2.2"
+version = "1.2.3"
description = "Technical Analysis extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
@@ -13,7 +13,7 @@ scipy = "^1.10.1"
statsmodels = "^0.14.0"
scikit-learn = "^1.3.1"
pandas-ta = "^0.3.14b"
-openbb-core = "^1.2.4"
+openbb-core = "^1.2.5"
[build-system]
requires = ["poetry-core"]