Skip to content

Commit

Permalink
Merge pull request #170 from QuantumChemist/small_fixes
Browse files Browse the repository at this point in the history
Small changes in README and pyproject files
  • Loading branch information
naik-aakash authored Oct 23, 2024
2 parents bd81e35 + 33fdbe2 commit 7af3d02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

`autoplex` is an evolving project and **contributions are very welcome**! To ensure that the code remains of high quality, please raise a pull request for any contributions, which will be reviewed before integration into the main branch of the code. In the beginning, Janine will take care of the reviews.

# Documentation

You can find the `autoplex` documentation [here](https://autoatml.github.io/autoplex/index.html)!
The documentation also contains tutorials that teach you how to use `autoplex` for different use cases.

# Setup

In order to setup the mandatory prerequisites to be able to use `autoplex`, please follow the [installation guide of atomate2](https://materialsproject.github.io/atomate2/user/install.html).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
]
requires-python = ">=3.10,<=3.11"
requires-python = ">=3.10,<3.12"
dependencies = [
"pymatgen>=2024.9.17.1",
"atomate2[strict]@git+https://github.com/materialsproject/atomate2.git@main",
Expand Down

0 comments on commit 7af3d02

Please sign in to comment.