Skip to content

Commit 1e00ba8

Browse files
committed
Remove docopt-ng and set status to production
1 parent 25ceb08 commit 1e00ba8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
{ name = "John Bradley", email = "[email protected]" },
1818
]
1919
classifiers = [
20-
"Development Status :: 4 - Beta",
20+
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
@@ -30,7 +30,6 @@ dependencies = [
3030
'open_clip_torch',
3131
'torchvision',
3232
'torch',
33-
'docopt-ng',
3433
'prettytable',
3534
'pandas',
3635
]

0 commit comments

Comments
 (0)