!217 放开openMind的python版本限制为<3.12

Merge pull request !217 from mamba_chen/master
This commit is contained in:
mamba_chen
2025-05-22 02:16:40 +00:00
committed by i-robot
parent 8de5038f58
commit ab3dffb09e

View File

@ -22,7 +22,7 @@ dependencies = ["tqdm",
"pyarrow == 16.1.0",
"openmind-hub >= 0.9.1",
"numpy < 2.0.0"]
requires-python = ">= 3.8, <= 3.11"
requires-python = ">= 3.8, < 3.12"
classifiers = [
"Development Status :: 1 - Planning",
"Intended Audience :: Developers",
@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: Mulan Permissive Software License v2 (MulanPSL-2.0)",
]