You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ or to install all supported MLIPs:
60
60
python3 -m pip install janus-core[all]
61
61
```
62
62
63
-
Individual `extras` are listed in [Getting Started](https://stfc.github.io/janus-core/getting_started/getting_started.html#installation), as well as in [pyproject.toml](pyproject.toml) under `[tool.poetry.extras]`.
63
+
Individual `extras` are listed in [Getting Started](https://stfc.github.io/janus-core/getting_started/getting_started.html#installation), as well as in [pyproject.toml](pyproject.toml) under `[project.optional-dependencies]`.
64
64
65
65
66
66
### Further help
@@ -282,19 +282,18 @@ This is also the case the calculations performed using the CLI, with the same in
282
282
283
283
## Development
284
284
285
-
We recommend installing poetry for dependency management when developing for `janus-core`:
285
+
We recommend installing uv for dependency management when developing for `janus-core`:
0 commit comments