Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Jan 23, 2024
1 parent a880b6f commit f2959ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author=['Hugo MacDermott-Opeskin', "Richard Gowers"],
license="MIT",
packages=['distopia'],
python_requires=">=3.8",
python_requires=">=3.9",
keywords=(
"molecular dynamics distances simulation SIMD"
),
Expand All @@ -47,6 +47,6 @@
"Issue Tracker": "https://github.com/MDAnalysis/distopia/issues",
},
install_requires=[
"numpy>=1.20.0"
"numpy>=1.23"
],
)

0 comments on commit f2959ae

Please sign in to comment.