File: full-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 (22 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: test
channels:
  - conda-forge
dependencies:
    # Base depends
  - python >=3.8
  - numpy >=1.23
  - nomkl

    # Backends
  - tensorflow-cpu
  - dask
  - sparse
  - pytorch-cpu
  - jax

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