File: environment.yml

package info (click to toggle)
python-sparse 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,816 kB
  • sloc: python: 11,223; sh: 54; javascript: 10; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: sparse-dev
channels:
  - conda-forge
  - nodefaults
dependencies:
  - python
  - pip
  - pip:
    - finch-tensor>=0.2.12
    - finch-mlir>=0.0.2
    - pytest-codspeed
    - numpy
    - numba
    - scipy
    - dask
    - pytest
    - pytest-cov
    - pytest-xdist