-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/13f
- Loading branch information
Showing
13 changed files
with
2,035 additions
and
1,359 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
build/conda/installer/assets/openbb_platform_installer/openbb_platform_installer/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Placeholder for the OpenBB Platform Installer package.""" | ||
|
||
__version__ = "1.0.0" | ||
__version__ = "1.0.2" |
2 changes: 1 addition & 1 deletion
2
build/conda/installer/assets/openbb_platform_installer/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# If you will be using this as a template for your own package, please change the values accordingly. | ||
[tool.poetry] | ||
name = "openbb_platform_installer" # Change this to your package name | ||
version = "1.0.0" # Change this to your package version | ||
version = "1.0.2" # Change this to your package version | ||
description = "A meta package for installing the OpenBB Platform: Investment research for everyone, anywhere." # Change this to your description | ||
authors = ["OpenBB <[email protected]>"] # Change this to your name and email | ||
license = "AGPL-3.0-only" # This license must be compatible with the OpenBB license | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[tool.poetry] | ||
name = "openbb-devtools" | ||
version = "1.3.3" | ||
version = "1.3.4" | ||
description = "Tools for OpenBB Platform Developers" | ||
authors = ["OpenBB Team <[email protected]>"] | ||
license = "AGPL-3.0-only" | ||
readme = "README.md" | ||
packages = [{ include = "openbb_devtools" }] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.10,<3.13" # scipy forces <4.0 explicitly | ||
python = ">=3.9,<3.13" # scipy forces <4.0 explicitly | ||
ruff = "^0.7" | ||
pylint = "^3.3" | ||
mypy = "^1.12.1" | ||
|
@@ -20,7 +20,7 @@ pre-commit = "^3.5.0" | |
tox = "^4.11.3" | ||
pytest = "^7.4.3" | ||
pytest-subtests = "^0.11.0" | ||
pytest-recorder = "^0.3.0" | ||
pytest-recorder = "^0.4.2" | ||
pytest-asyncio = "^0.23.2" | ||
pytest-cov = "^4.1.0" | ||
ipykernel = "^6.29.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.