File: environment.yml

package info (click to toggle)
fiona 1.10.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,660 kB
  • sloc: python: 12,616; makefile: 214; sh: 45
file content (13 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: _fiona
channels:
- conda-forge
- defaults
dependencies:
- pip
- python=3.9.*
- libgdal=3.4.*
- cython=3
- sphinx-click
- sphinx-rtd-theme
- pip:
  - jinja2==3.0.3