File: env.yml

package info (click to toggle)
python-opencascade-pywrap 0.0~git20250714210719.b608b60-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,992 kB
  • sloc: python: 1,622; pascal: 32; makefile: 13; sh: 1
file content (27 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: cpp-py-bindgen
channels:
  - cadquery
  - conda-forge
  - anaconda  
  - defaults
dependencies:
  - clangdev=9.0.1
  - occt=7.4.0
  - pybind11=2.4.3
  - python=3.6
  - joblib
  - toml
  - pip
  - cmake=3.16
  - ninja
  - pip:
    - clang==6.0.0
    - click
    - jinja2
    - logzero
    - pandas
    - path.py
    - pyparsing
    - schema
    - tqdm
    - toposort