forked from notAI-tech/NudeNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df97fe5
commit 05ad8a2
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
import os | ||
import io | ||
import cv2 | ||
import pydload | ||
import logging | ||
import numpy as np | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
EMAIL = '[email protected]' | ||
AUTHOR = 'Giorgio Momigliano' | ||
REQUIRES_PYTHON = '>=3.6.0' | ||
VERSION = '2.1' | ||
VERSION = '2.1.1' | ||
|
||
# What packages are required for this module to be executed? | ||
REQUIRED = [ | ||
|