Skip to content

Commit ad5fb47

Browse files
committed
dependencies
1 parent 6283d0a commit ad5fb47

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Diff for: pyproject.toml

+12-5
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ readme = "README.md"
77
requires-python = ">=3.10"
88
dependencies = [
99
"cvxpy>=1.6.0",
10-
"cvxsimulator>=1.3.8",
1110
"numpy>=2.2.2",
12-
"scikit-learn>=1.6.1",
11+
"pandas>=2.2.3",
12+
"tqdm>=4.67.1",
1313
]
1414

1515
[tool.poetry.dev-dependencies]
16-
pytest = "8.3.4"
17-
pytest-cov = "*"
16+
#pytest = "8.3.4"
17+
#pytest-cov = "*"
1818
#jupyter = "^1.0.0"
1919

2020
seaborn = "^0.13.2"
2121
dask = "^2024.7.0"
2222
tqdm = "^4.67.1"
2323
matplotlib = "^3.9.4"
2424
refinitiv-data = "*"
25-
clarabel = "*"
25+
#clarabel = "*"
2626

2727
#
2828
#mosek = "^10.0.40"
@@ -51,6 +51,13 @@ select = ["E", "F", "I"]
5151
requires = ["hatchling"]
5252
build-backend = "hatchling.build"
5353

54+
[dependency-groups]
55+
dev = [
56+
"pre-commit>=4.1.0",
57+
"pytest>=8.3.4",
58+
"pytest-cov>=6.0.0",
59+
]
60+
5461
[tool.hatch.build.targets.wheel]
5562
packages = ["cvx/stat_arb"]
5663

0 commit comments

Comments
 (0)