fixed project files
This commit is contained in:
parent
cb7a23f3ae
commit
06a2e012e8
|
@ -24,7 +24,7 @@ dependencies = [
|
||||||
"pytest",
|
"pytest",
|
||||||
"pillow"
|
"pillow"
|
||||||
]
|
]
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: CC BY-NC 4.0 License",
|
"License :: OSI Approved :: CC BY-NC 4.0 License",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
torch>=4.5.0
|
torch>=2.5.0
|
||||||
numpy
|
numpy
|
||||||
tqdm
|
tqdm
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Reference in New Issue