Skip to content

Commit f9b3cf5

Browse files
committed
fix opencv version
1 parent f92f938 commit f9b3cf5

File tree

4 files changed

+23
-120
lines changed

4 files changed

+23
-120
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name = "pypi"
55

66
[packages]
77
fastcore = "==1.5.27"
8-
numpy = ">=1.21.6"
8+
numpy = "==1.21.6"
99
matplotlib = "==3.5"
10-
opencv-python = ">=4.0"
10+
opencv-python = "==4.7.0.72" # https://github.com/opencv/opencv-python/issues/885
1111

1212
[dev-packages]
1313
build = "==0.7"

Pipfile.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 0 additions & 97 deletions
This file was deleted.

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ user = thatgeeman
3939
black_formatting = True
4040

4141
### Optional ###
42-
requirements = fastcore>=1.5.27 numpy>=1.21.6 matplotlib>=3.5 opencv-python>=4.0
42+
requirements = fastcore>=1.5.27 numpy==1.21.6 matplotlib>=3.5 opencv-python==4.7.0.72
4343
dev_requirements = build twine ipykernel pytest python-build nbdev pre-commit
4444
# console_scripts =

0 commit comments

Comments
 (0)