Skip to content

Commit

Permalink
Mushroom 1.10
Browse files Browse the repository at this point in the history
- fixed makefile
- minimum requirement for opencv
- last commit in the 1.10 series
  • Loading branch information
boris-il-forte committed Oct 26, 2023
1 parent 656b2db commit ce77935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ upload:
clean:
rm -rf dist
rm -rf build

.NOTPARALLEL:
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ matplotlib
joblib
tqdm
pygame
opencv-python
opencv-python>=4.7
torch
pytest

0 comments on commit ce77935

Please sign in to comment.