27 lines
384 B
YAML
27 lines
384 B
YAML
name: cadquery
|
|
channels:
|
|
- cadquery
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python>=3.6
|
|
- ipython
|
|
- ocp=7.5
|
|
- pyparsing
|
|
- sphinx=3.2.1
|
|
- sphinx_rtd_theme
|
|
- sphinx-autodoc-typehints
|
|
- black=19.10b0
|
|
- codecov
|
|
- pytest
|
|
- pytest-cov
|
|
- ezdxf
|
|
- ipython
|
|
- typing_extensions
|
|
- nptyping
|
|
- scipy
|
|
- pip
|
|
- pip:
|
|
- "--editable=."
|
|
- sphinxcadquery
|