1234567891011121314151617181920212223242526 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- tqdm = "*"
- typeguard = "*"
- visualdl = ">=2.1.0"
- opencv-python = "*"
- pyyaml = "*"
- shapely = "*"
- scipy = "*"
- terminaltables = "*"
- cython = "*"
- pycocotools = "*"
- lap = "*"
- sklearn = "*"
- motmetrics = "*"
- openpyxl = "*"
- cython-bbox = "*"
- [dev-packages]
- [requires]
- python_version = "3.8"
|