Commit f880bcc
authored
Require pillow>=10.0.0, catch drise failure due to low mask_res or num_masks (#2181)
* pillow>=10, catch failure due to low mask_res or num_masks
* add Pillow requirement that accommodates Python 3.7, flake8 fix
* add quotes to requirements
* try pinning pip
* pip install without upgrade due to pin
* remove pycocotools pin
* install pycocotools using conda, remove pip pin
* remove comment
* pin pycocotools to automl required version1 parent 29bfb51 commit f880bcc
File tree
3 files changed
+25
-10
lines changed- .github/workflows
- responsibleai_vision
- responsibleai_vision/managers
3 files changed
+25
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
Lines changed: 21 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
277 | 286 | | |
278 | 287 | | |
279 | 288 | | |
| |||
577 | 586 | | |
578 | 587 | | |
579 | 588 | | |
580 | | - | |
| 589 | + | |
581 | 590 | | |
582 | 591 | | |
583 | 592 | | |
584 | | - | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
585 | 596 | | |
586 | 597 | | |
587 | 598 | | |
| |||
0 commit comments