Skip to content

Commit 5e44fd9

Browse files
authored
Update README.md
1 parent bbf0bc0 commit 5e44fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MesoHOPS is a Python library for running simulations with the Hierarchy of Pure
66
Get started with [the MesoHOPS website](https://captainexasperated.github.io/Readthedocs-Tutorial/)!
77

88
# Dependencies and Installation
9-
MesoHOPS is supported by [Python](https://www.python.org/) 3.9-3.11 and relies on the [NumPy](https://numpy.org/), [SciPy](https://scipy.org/), and [Numba](https://numba.readthedocs.io/en/stable/#) packages. Additionally, our tests use the [pytest](https://docs.pytest.org/en/7.4.x/) and [pytest-level](https://pypi.org/project/pytest-level/) packages. All of these packages are automatically installed by the included pyproject.toml file.
9+
MesoHOPS is supported by [Python](https://www.python.org/) 3.12 and relies on the [NumPy](https://numpy.org/), [SciPy](https://scipy.org/), and [Numba](https://numba.readthedocs.io/en/stable/#) packages. Additionally, our tests use the [pytest](https://docs.pytest.org/en/7.4.x/) and [pytest-level](https://pypi.org/project/pytest-level/) packages. All of these packages are automatically installed by the included pyproject.toml file.
1010

1111
To download and install MesoHOPS, enter the following commands:
1212
```

0 commit comments

Comments
 (0)