Skip to content

Commit 9026419

Browse files
author
André Böni
committed
+ update classifiers
1 parent 2e435b3 commit 9026419

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ classifiers = [
1919
"Development Status :: 4 - Beta",
2020
# Indicate who your project is intended for
2121
"Intended Audience :: Researcher",
22-
"Topic :: Software Development :: Build Tools",
22+
"Topic :: Scientific/Engineering :: Bio-Informatics",
23+
"Topic :: Utilities",
2324
# Pick your license as you wish (see also "license" above)
2425
"License :: OSI Approved :: MIT License",
2526
# Specify the Python versions you support here.
2627
"Programming Language :: Python :: 3",
2728
"Programming Language :: Python :: 3.11",
28-
"Programming Language :: Python :: 3.12", ]
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Operating System :: OS Independent",
32+
]
2933
requires-python = ">= 3.11"
3034
dependencies = ["h5netcdf>=1.3.0", "pandas>=1.5", "pyyaml>=6.0.1", "scipy>=1.13", "numpy>=1.23", "xarray>=2024.6.0"]
3135

0 commit comments

Comments
 (0)