summaryrefslogtreecommitdiffstats
path: root/openbb_platform/extensions/quantitative/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/extensions/quantitative/pyproject.toml')
-rw-r--r--openbb_platform/extensions/quantitative/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbb_platform/extensions/quantitative/pyproject.toml b/openbb_platform/extensions/quantitative/pyproject.toml
index c8763270951..bfac722b3c7 100644
--- a/openbb_platform/extensions/quantitative/pyproject.toml
+++ b/openbb_platform/extensions/quantitative/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-quantitative"
-version = "1.2.2"
+version = "1.2.3"
description = "Quantitative Analysis extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
@@ -12,7 +12,7 @@ python = ">=3.8,<3.12" # scipy forces python <4.0 explicitly
scipy = "^1.10.1"
statsmodels = "^0.14.0"
pandas-ta = "^0.3.14b"
-openbb-core = "^1.2.4"
+openbb-core = "^1.2.5"
[build-system]
requires = ["poetry-core"]