Skip to content

Commit 75f79b7

Browse files
authored
Merge pull request #11 from bricksdont/pin_opencv
update requirements
2 parents 64f4d9a + 7c047e9 commit 75f79b7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ tfds-nightly
55
tensorflow>=2.4.0
66
numpy
77
pytest
8+
mediapipe
89
pytest-cov
910
pympi-ling
1011
Pillow
11-
opencv-python
12+
opencv-python==4.5.5.64
1213
requests
14+
srt

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
setup(
1212
name="sign-language-datasets",
1313
packages=packages,
14-
version="0.0.8",
14+
version="0.0.9",
1515
description="TFDS Datasets for sign language",
1616
author="Amit Moryossef",
1717
author_email="amitmoryossef@gmail.com",
1818
url="https://github.com/sign-language-processing/datasets",
1919
keywords=[],
2020
install_requires=["python-dotenv", "tqdm", "pose-format", "tfds-nightly", "tensorflow", "numpy", "pympi-ling",
21-
"Pillow", "opencv-python"],
21+
"Pillow", "opencv-python==4.5.5.64", "mediapipe", "srt"],
2222
tests_require=['pytest', 'pytest-cov'],
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)