Skip to content

Commit

Permalink
update tinycta
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 2, 2024
1 parent 1d91216 commit ae026cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "cvx"}]
homepage = "https://www.cvxgrp.org/simulator"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.9"
numpy = "*"
pandas = "*"
quantstats = "*"
Expand All @@ -25,7 +25,7 @@ pre-commit = "*"
plotly = "*"
loguru = "*"
cvxpy = "*"
tinycta = "0.7.0"
tinycta = "0.7.1"

[build-system]
requires = ["poetry>=1.6.0"]
Expand Down

0 comments on commit ae026cd

Please sign in to comment.