File: environment-ci.yml

package info (click to toggle)
python-librosa 0.11.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,732 kB
  • sloc: python: 21,731; makefile: 141; sh: 2
file content (33 lines) | stat: -rw-r--r-- 558 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
23
24
25
26
27
28
29
30
31
32
33
name: librosa-dev
channels:
  - conda-forge
  - defaults
dependencies:
  # required
  - pip
  - audioread>=2.1.9
  - numpy>=1.22.3
  - scipy>=1.6.0
  - scikit-learn>=1.1.0
  - joblib>=1.0.0
  - decorator>=4.3.0
  - numba>=0.51.0
  - pysoundfile>=0.12.1
  - pooch>=1.1
  - packaging>=20.0
  - soxr-python>=0.3.2
  - msgpack-python>=1.0
  - lazy_loader>=0.1
  - typing_extensions>=4.1.1

  # optional, but required for testing
  - matplotlib>=3.5.0
  - pytest-mpl
  - pytest-cov
  - pytest
  - coverage
  - ffmpeg
  - resampy>=0.2.2

  - pip:
    - samplerate