composer.json 697 B

12345678910111213141516171819202122232425262728
  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/torchvision-cu111-win64":"dev-master"
  12. },
  13. "repositories": {
  14. "packagist": {
  15. "type": "composer",
  16. "url": "http://satis-dist.lysis.com.cn:4000/"
  17. }
  18. },
  19. "config": {
  20. "secure-http": false
  21. },
  22. "distribute-helper": {
  23. "use-space": "32.8 MB",
  24. "module-files":[
  25. {"name":"embed-3.8.8-a3523e.7z","size":"8.83 MB"}
  26. ]
  27. }
  28. }