Skip to content

Commit

Permalink
Add regions requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneriggi committed Jun 10, 2024
1 parent 8fd6ddc commit f7dde8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ scikit-image
Pillow
ultralytics
matplotlib
regions
mpi4py
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_version():
reqs.append('Pillow')
reqs.append('ultralytics')
reqs.append('matplotlib')
reqs.append('regions')
reqs.append('mpi4py')


Expand Down

0 comments on commit f7dde8f

Please sign in to comment.