File: environment.yml

package info (click to toggle)
python-mpiplus 0.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: python: 494; sh: 30; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
name: mpiplus
channels:
  - conda-forge
dependencies:
  - mpi4py
  - numpy >=1.11
  - python
  # testing
  - coverage
  - pytest
  - pytest-cov
  - pytest-xdist