From cb7a23f3ae0c6bdb0a6314eb96bc2badf3d6ec6f Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Thu, 27 Feb 2025 21:57:39 +0100 Subject: [PATCH] fixed licence --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index cbf7219..ff97663 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,16 +9,16 @@ long_description_content_type = text/markdown url = https://gitea.fabelous.app/Maschine-Learning/AIIA.git classifiers = Programming Language :: Python :: 3 - License :: OSI Approved :: MIT License + License :: OSI Approved :: CC BY-NC 4.0 License Operating System :: OS Independent [options] package_dir = = src packages = find: -python_requires = >=3.7 +python_requires = >=3.10 install_requires = - torch>=1.8.0 + torch>=2.5.0 numpy>=1.19.0 tqdm>=4.62.0