Skip to content

Commit

Permalink
fix opencv version
Browse files Browse the repository at this point in the history
  • Loading branch information
thatgeeman committed Aug 20, 2023
1 parent f92f938 commit f9b3cf5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 120 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "pypi"

[packages]
fastcore = "==1.5.27"
numpy = ">=1.21.6"
numpy = "==1.21.6"
matplotlib = "==3.5"
opencv-python = ">=4.0"
opencv-python = "==4.7.0.72" # https://github.com/opencv/opencv-python/issues/885

[dev-packages]
build = "==0.7"
Expand Down
40 changes: 20 additions & 20 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 0 additions & 97 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ user = thatgeeman
black_formatting = True

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

0 comments on commit f9b3cf5

Please sign in to comment.