fashion mnist 추가
setup 조정
This commit is contained in:
jung-geun
2023-10-18 14:51:22 +09:00
parent dfc0df7d48
commit 082a32b5ef
3 changed files with 236 additions and 2 deletions

View File

@@ -29,8 +29,8 @@ setup(
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3:: Only"
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",