File: environment.yml

package info (click to toggle)
python-vector 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,984 kB
  • sloc: python: 40,200; makefile: 13
file content (16 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: vector
channels:
  - conda-forge
dependencies:
  - jupyterlab >=1.2
  - nb_conda_kernels
  - pip >=18
  - pytest >=6
  - numba >=0.57
  - numpy >=1.13.3
  - root >=6.18.04
  - pip:
      - "awkward>=2.0.0"
      - "uproot>=5.0.0"
      - "scikit-hep-testdata>=0.2.0"
      - -e .