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