File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pyopenms_viz"
77module = " pyopenms_viz"
88dist-name = " pyopenms_viz"
99author = " OpenMS Team"
10- version = " 1.0.0 "
10+ version = " 1.0.1 "
1111author-email = " joshuacharkow@gmail.com"
1212home-page = " https://github.com/OpenMS/pyopenms_viz/"
1313description = " A package for visualizing mass spectrometry data using pandas dataframes"
@@ -19,10 +19,12 @@ classifiers = [
1919 " Operating System :: OS Independent" ,
2020 " Programming Language :: Python :: 3.10" ,
2121 " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2224 " Topic :: Scientific/Engineering :: Bio-Informatics" ,
2325 " Topic :: Scientific/Engineering :: Chemistry" ,
2426]
25- requires-python = " >=3.10, <=3.13 "
27+ requires-python = " >=3.10, <=3.14 "
2628dependencies = [" pandas>=0.17" ]
2729
2830[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments