fixed licence
This commit is contained in:
parent
e74be9cbc3
commit
cb7a23f3ae
|
@ -9,16 +9,16 @@ long_description_content_type = text/markdown
|
||||||
url = https://gitea.fabelous.app/Maschine-Learning/AIIA.git
|
url = https://gitea.fabelous.app/Maschine-Learning/AIIA.git
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
License :: OSI Approved :: MIT License
|
License :: OSI Approved :: CC BY-NC 4.0 License
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
package_dir =
|
package_dir =
|
||||||
= src
|
= src
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.7
|
python_requires = >=3.10
|
||||||
install_requires =
|
install_requires =
|
||||||
torch>=1.8.0
|
torch>=2.5.0
|
||||||
numpy>=1.19.0
|
numpy>=1.19.0
|
||||||
tqdm>=4.62.0
|
tqdm>=4.62.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue