已合并
【fix】[Pytorch][GPT2][DeeplabV3][Yolov3][FCOS] Modify dependent versions #6114
AtomGit-Bot创建于 2024年2月29日
【fix】[Pytorch][GPT2][DeeplabV3][Yolov3][FCOS] Modify dependent versions #6114
已合并
共 4 个文件变更+4-4
| @@ -8,4 +8,4 @@ kwarray | |||
| 8 | pytest | 8 | pytest |
| 9 | ubelt | 9 | ubelt |
| 10 | xdoctest>=0.10.0 | 10 | xdoctest>=0.10.0 |
| 11 | -yapf | 11 | +yapf==0.40.1 |
| @@ -1,4 +1,4 @@ | |||
| 1 | pybind11 | 1 | pybind11 |
| 2 | six | 2 | six |
| 3 | regex | 3 | regex |
| 4 | -numpy | 4 | +numpy==1.23.0 |
| @@ -8,5 +8,5 @@ kwarray | |||
| 8 | pytest | 8 | pytest |
| 9 | ubelt | 9 | ubelt |
| 10 | xdoctest>=0.10.0 | 10 | xdoctest>=0.10.0 |
| 11 | -yapf | 11 | +yapf==0.40.1 |
| 12 | scipy==1.7.3 | 12 | scipy==1.7.3 |
| @@ -4,4 +4,4 @@ interrogate | |||
| 4 | isort==4.3.21 | 4 | isort==4.3.21 |
| 5 | pytest | 5 | pytest |
| 6 | xdoctest>=0.10.0 | 6 | xdoctest>=0.10.0 |
| 7 | -yapf | 7 | +yapf==0.40.1 |