File: environment.yml

package info (click to toggle)
pyee 13.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 1,113; makefile: 4; sh: 1
file content (12 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
name: pyee
channels:
  - conda-forge
  - default
dependencies:
  - python=3.10.11
  - pip
  - pip-tools
  - wheel
  - pip:
    - -r requirements_dev.txt
    - -e .