File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
util/framework/detectron2 Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
numba
2
- # We need to pin numpy version to the same as the torch testing environment
3
- # which still supports python 3.8
4
- numpy == 1.21.2 ; python_version < '3.11'
5
- numpy == 1.26.0 ; python_version >= '3.11'
Original file line number Diff line number Diff line change 1
- # We need to pin numpy version to the same as the torch testing environment
2
- # which still supports python 3.8
3
- numpy == 1.21.2 ; python_version < '3.11'
4
- numpy == 1.26.0 ; python_version >= '3.11'
1
+ numpy
5
2
inflect
6
3
scipy
7
4
Unidecode
Original file line number Diff line number Diff line change 1
1
git+https://github.com/facebookresearch/detectron2.git@0df2d73d0013db7de629602c23cc120219b4f2b8
2
2
omegaconf == 2.3.0
3
- # We need to pin numpy version to the same as the torch testing environment
4
- # which still supports python 3.8
5
- numpy == 1.21.2 ; python_version < '3.11'
6
- numpy == 1.26.0 ; python_version >= '3.11'
3
+ numpy
You can’t perform that action at this time.
0 commit comments