Skip to content

Commit

Permalink
Merge pull request #279 from cvxgrp/278-no-upper-limit-on-python
Browse files Browse the repository at this point in the history
update tinycta
  • Loading branch information
tschm authored Jan 2, 2024
2 parents 1d91216 + ae026cd commit cb40027
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 cb40027

Please sign in to comment.