File: environment.yml

package info (click to toggle)
intake 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,552 kB
  • sloc: python: 12,408; makefile: 37; sh: 14
file content (24 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: intake
channels:
  - defaults

dependencies:
  - appdirs
  - python=3.7
  - dask=2.10.1
  - numpy
  - pandas
  - msgpack-python
  - msgpack-numpy
  - requests
  - tornado
  - jinja2
  - python-snappy
  - pyyaml
  - hvplot >=0.5.2
  - panel >=0.8.0
  - bokeh <2.0.0
  - docutils <0.17  # Downgrade docutils to fix missing bullets (https://stackoverflow.com/a/68008428)
  - sphinx
  - sphinx_rtd_theme
  - numpydoc