We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5254c24 commit 407e29cCopy full SHA for 407e29c
pyproject.toml
@@ -16,7 +16,6 @@ license = { text = "MIT" }
16
keywords = ["MD", "analysis", "lammps"]
17
classifiers = [
18
"Programming Language :: Python :: 3",
19
- "Programming Language :: Python :: 3.9",
20
"Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
22
"Programming Language :: Python :: 3.12",
@@ -26,7 +25,7 @@ classifiers = [
26
25
"Operating System :: OS Independent",
27
"Topic :: Scientific/Engineering",
28
]
29
-requires-python = ">=3.9"
+requires-python = ">=3.10"
30
dependencies = [
31
"numpy >= 1.21.1",
32
"matplotlib >= 3.3.1",
0 commit comments