Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 96be401

Browse files
committed
update pyproject.toml
1 parent 2b553d9 commit 96be401

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

pyproject.toml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,30 @@ classifiers = [
1010
"Development Status :: 5 - Production/Stable",
1111
"License :: OSI Approved :: Apache Software License",
1212
"Programming Language :: Python :: 3.9",
13+
"Programming Language :: Python :: 3.10",
14+
"Programming Language :: Python :: 3.11",
15+
"Programming Language :: Python :: 3.12",
16+
"Programming Language :: Python :: 3.13",
1317
"Topic :: Scientific/Engineering :: Chemistry",
1418
"Topic :: Scientific/Engineering :: Bio-Informatics",
1519
"Intended Audience :: Science/Research",
1620
]
1721

1822
dependencies = [
19-
"bio==1.6.2",
20-
"lxml==5.4.0",
21-
"mdanalysis==2.7.0",
22-
"requests==2.32.4",
23-
"biopython==1.85",
24-
"scipy==1.13.1",
25-
"matplotlib==3.9.4",
26-
"pdb-tools==2.5.0",
27-
"pandas==2.2.3",
28-
"openpyxl==3.1.5",
29-
"plotly==6.0.1",
30-
"pdbecif==1.5",
31-
"jsonpickle==4.1.0",
32-
"kaleido==0.2.1",
23+
"bio>=1.6.2",
24+
"lxml>=5.4.0",
25+
"mdanalysis>=2.7.0",
26+
"requests>=2.32.4",
27+
"biopython>=1.85",
28+
"scipy>=1.13.1",
29+
"matplotlib>=3.9.4",
30+
"pdb-tools>=2.5.0",
31+
"pandas>=2.2.3",
32+
"openpyxl>=3.1.5",
33+
"plotly>=6.0.1",
34+
"pdbecif>=1.5",
35+
"jsonpickle>=4.1.0",
36+
"kaleido>=0.2.1",
3337
]
3438

3539
[project.optional-dependencies]

0 commit comments

Comments
 (0)