Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Nov 13, 2024
1 parent ad05bc9 commit f1e4a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repository = "https://github.com/cvxgrp/cvxrisk"
packages = [{include = "cvx"}]

[tool.poetry.dependencies]
python = ">=3.9"
python = ">=3.10"
numpy = "*"
pandas = "*"
scikit-learn = "*"
cvxpy-base = "*"
scipy = "*"
scipy = "1.14.1"

[tool.poetry.group.test.dependencies]
pytest = "*"
Expand Down

0 comments on commit f1e4a9e

Please sign in to comment.