Skip to content

Commit

Permalink
Update aiida-core version (#149)
Browse files Browse the repository at this point in the history
* change aiida version
  • Loading branch information
federicazanca authored Jul 9, 2024
1 parent dc3da67 commit 57cc38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@

# Warnings to ignore when using the -n (nitpicky) option
# We should ignore any python built-in exception, for instance
nitpick_ignore = [
("py:class", "Logger"),
]
nitpick_ignore = [("py:class", "Logger"), ("py:class", "QbFields")]


def run_apidoc(_):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ documentation = "https://stfc.github.io/aiida-mlip/"

[tool.poetry.dependencies]
python = "^3.9"
aiida-core = "^2.5"
aiida-core = "^2.6"
ase = "^3.23.0"
voluptuous = "^0.14"
janus-core = "^v0.6.0b0"
Expand Down

0 comments on commit 57cc38e

Please sign in to comment.