Skip to content

Commit 3af246e

Browse files
committed
added tqdm and removed mosek from dependencies toml
1 parent 2e692ac commit 3af246e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ package = "https://pypi.org/project/pynumdiff/"
3636

3737
[project.optional-dependencies]
3838
advanced = [
39-
"cvxpy"
39+
"cvxpy",
40+
"tqdm"
4041
]
4142
dev = [
4243
"pylint",
4344
"pytest",
4445
"cvxopt",
45-
"cvxpy",
46-
"Mosek"
46+
"cvxpy"
4747
]
4848
docs = [
4949
"sphinx",

0 commit comments

Comments
 (0)