Skip to content

Commit

Permalink
Add mp-api to requirements for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jul 31, 2024
1 parent a39e292 commit 1a1e2db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ Repository = "https://github.com/SMTG-Bham/doped"

[project.optional-dependencies]
tests = [
"pytest<8.2", # with pytest==8.2.0, seemed to cause memory issue on GH Actions mpl tests, python=3.10
"pytest-mpl>=0.16.1"
"pytest>=8.3", # with pytest==8.2.0, seemed to cause memory issue on GH Actions mpl tests, python=3.10
"pytest-mpl>=0.16.1",
"mp-api", # not required by default as user can use legacy API, but needed for tests
]
docs = ["sphinx", "sphinx-book-theme", "sphinx_design"]
analysis = [
Expand Down

0 comments on commit 1a1e2db

Please sign in to comment.