File: requirements-py37.yml

package info (click to toggle)
eccodes-python 2%3A1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 400 kB
  • sloc: python: 2,695; ansic: 262; makefile: 83
file content (16 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: test_env
channels:
  - conda-forge
dependencies:
  - attrs
  - cffi
  - coveralls
  - eccodes
  - future
  - numpy
  - pytest
  - pytest-cov
  - pytest-flakes
  - python=3.7
  - typing
  - black