Skip to content

Commit

Permalink
fix(install): bump nicegui version dependency
Browse files Browse the repository at this point in the history
Co-authored-by: yovanoc <[email protected]>
  • Loading branch information
MadeInPierre and yovanoc committed May 10, 2023
1 parent dcd0f2e commit 8b5c7ad
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 15 deletions.
1 change: 1 addition & 0 deletions examples/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from rich import inspect, print, pretty, traceback # noqa
from finalynx import TargetRange, TargetMin, TargetMax, TargetRatio, TargetGlobalRatio # noqa
from finalynx import Folder, Line, Bucket, SharedFolder, Portfolio, FolderDisplay # noqa
from finalynx import AssetClass, AssetSubclass # noqa
from finalynx import Copilot, Simulator
from finalynx import Assistant

Expand Down
191 changes: 177 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fuzzywuzzy = {extras = ["speedup"], version = "^0.18.0"}
requests = "2.28.2"
unidecode = "^1.3.6"
numpy = "^1.24.2"
nicegui = "^1.1.10"
nicegui = "^1.2.13"

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
Expand Down

0 comments on commit 8b5c7ad

Please sign in to comment.