1package: 2 name: mindspore-gpu 3 version: "1.3.0" 4 5build: 6 number: 0 7 8requirements: 9 build: 10 - python 11 - pip 12 run: 13 - python 14 - numpy >=1.17.0 15 - protobuf >=3.13.0 16 - asttokens >=1.1.13 17 - pillow >=6.2.0 18 - scipy >=1.5.2 19 - cffi >=1.12.3 20 - wheel >=0.32.0 21 - decorator >=4.4.0 22 - setuptools >=40.8.0 23 - astunparse >=1.6.3 24 - packaging >=20.0 25 - psutil >=5.7.0 26 27about: 28 home: https://www.mindspore.cn/ 29 license: Apache 2.0 30 summary: MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios. 31