Skip to content

Commit

Permalink
fix python requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-waltmann committed Nov 27, 2023
1 parent 98a4c3f commit 2de33ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"Source Code": "https://github.com/glotzerlab/freud",
"Issue Tracker": "https://github.com/glotzerlab/freud/issues",
},
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"numpy>=1.14",
"rowan>=1.2.1",
Expand Down

0 comments on commit 2de33ab

Please sign in to comment.