Skip to content

Commit

Permalink
go py3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Apr 28, 2024
1 parent 8235d61 commit 9a11378
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
]
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"MDAnalysis>=2.0.0",
"MDAnalysis>=2.1.0",
"scipy>=1.5.0",
"matplotlib>=1.5.1",
"numpy>=1.22.3",
Expand Down

0 comments on commit 9a11378

Please sign in to comment.