File: environment.yml

package info (click to toggle)
python-numpy-groupies 0.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 2,346; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
name: npg-tests
channels:
  - conda-forge
  - nodefaults
dependencies:
  - numpy
  - pandas
  - numba
  - pytest
  - numpy_groupies