File: requirements.yml

package info (click to toggle)
qcengine 0.30.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,524 kB
  • sloc: python: 36,452; makefile: 54; sh: 35
file content (18 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: qcengine-docs
channels:
    - defaults
    - conda-forge
dependencies:
    - python=3
    - sphinx <4
    - sphinx_rtd_theme
    - sphinx-automodapi
    - graphviz
    
      # QCEngine depends
    - numpy
    - pydantic >=0.30.1
    - qcelemental >=0.9.0

    - pip:
      - git+git://github.com/MolSSI/qcarchive-sphinx-theme#egg=qcarchive_sphinx_theme