Skip to content

Commit af3daea

Browse files
committed
Update setup.py
1 parent 6cf7768 commit af3daea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from setuptools import setup, find_packages
2-
import os
32
from pathlib import Path
43
this_directory = Path(__file__).parent
54
long_description = (this_directory / "README.md").read_text()
@@ -16,13 +15,9 @@
1615
long_description_content_type="text/markdown",
1716
long_description=long_description,
1817
packages=find_packages(),
19-
install_requires=['', 'tensorflow-macos',],
18+
install_requires=['efficientnet'],
2019
keywords=['python', 'image', 'face detection', 'headpose estimation', 'machine learning', 'computer vision'],
21-
22-
2320
include_package_data=True,
24-
25-
package_dir= {"cython":"headpose_estimation/face_detector/rcnn/cython/"}
2621

2722

2823
)

0 commit comments

Comments
 (0)