Skip to content

Commit

Permalink
missing test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Apr 20, 2024
1 parent 47b6e6f commit 936d56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires-python = ">=3.9.0"
dependencies = ["cobaya>=3.4.1", "seaborn", "tqdm"]

[project.optional-dependencies]
test = ["pytest", "pytest-cov", "camb"]
test = ["pytest", "pytest-cov", "camb", "mflike"]
notebook = ["jupyter", "camb", "latex2mathml"]

[project.urls]
Expand Down

0 comments on commit 936d56a

Please sign in to comment.