Skip to content

Commit

Permalink
updated required pip-tools
Browse files Browse the repository at this point in the history
solves errors seen in mac build
not tested on windows
fix for issue ABaumher#10
  • Loading branch information
bgebhardt committed May 29, 2023
1 parent 6a253d0 commit 9ab4a60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
-r app.txt
-r install.txt

pip-tools==5.1.2
# Found 5.4.0 works for me better
# see these issues for example errors with < 5.4.0
# [Error importing BAR_TYPES with new pip 22.1 release · Issue #1617 · jazzband/pip-tools](https://github.com/jazzband/pip-tools/issues/1617)
# [TypeError: make_requirement_preparer() got an unexpected keyword argument 'wheel_download_dir' · Issue #18 · ocr-d-modul-2-segmentierung/ocrd-pixelclassifier-segmentation](https://github.com/ocr-d-modul-2-segmentierung/ocrd-pixelclassifier-segmentation/issues/18)
# [pip 20.3.3: TypeError: make_requirement_preparer() got an unexpected keyword argument 'wheel_download_dir' · Issue #1307 · jazzband/pip-tools](https://github.com/jazzband/pip-tools/issues/1307)
# [pip 20.3b1: TypeError: make_requirement_preparer() got an unexpected keyword argument 'wheel_download_dir' · Issue #1228 · jazzband/pip-tools](https://github.com/jazzband/pip-tools/issues/1228)
# looks like 5.5 or 6.2 might work too.
pip-tools==5.4.0

pytest==5.2.0
pytest-asyncio==0.10.0
Expand Down

0 comments on commit 9ab4a60

Please sign in to comment.