File: environment.yml

package info (click to toggle)
vitables 3.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,764 kB
  • sloc: python: 8,883; makefile: 226; sh: 56
file content (19 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Install conda:
#   http://conda.io/
# Create an environment for vitables
#   conda env create -n vitables -f environment.yml
# Activate the environment
#   source activate vitables
# Explore those old pesky hdf5s
#   vitables
name: vitables
channels:
  - conda-forge
  - defaults
dependencies:
  - python=2
  - pytables=3.2
  - pyqt=4
  - pip:
    - "--editable=./"
    # weird syntax until https://github.com/conda/conda/pull/3969 is merged