composer.json 730 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "sis31/pytri-win64",
  3. "type": "library",
  4. "description": "python3.8.8 embed win64 for tri5990",
  5. "license": "MIT",
  6. "minimum-stability": "dev",
  7. "require":{
  8. "py38/oss2-win64":"dev-master",
  9. "py38/pyqt5-win64":"dev-master",
  10. "py38/torch-cu111-win64":"dev-master",
  11. "py38/cv2-win64":"dev-master",
  12. "py38/torchvision-cu111-win64":"dev-master"
  13. },
  14. "repositories": {
  15. "packagist": {
  16. "type": "composer",
  17. "url": "http://satis-dist.lysis.com.cn:4000/"
  18. }
  19. },
  20. "config": {
  21. "secure-http": false
  22. },
  23. "distribute-helper": {
  24. "use-space": "32.8 MB",
  25. "module-files":[
  26. {"name":"embed-3.8.8-a3523e.7z","size":"8.83 MB"}
  27. ]
  28. }
  29. }