File: torch-only-environment.yaml

package info (click to toggle)
python-opt-einsum 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,772 kB
  • sloc: python: 4,124; makefile: 31; javascript: 15
file content (17 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: test
channels:
  - pytorch
  - conda-forge
dependencies:
    # Base depends
  - python >=3.8
  - pytorch::pytorch >=2.0,<3.0.0a
  - pytorch::cpuonly
  - mkl

    # Testing
  - codecov
  - mypy ==1.11*
  - pytest
  - pytest-cov
  - ruff ==0.5.*