Files
cadquery/environment.yml
Miguel Sánchez de León Peque c7b7e9592f Integrate sphinxcadquery to visualize 3D parts (#111)
* Integrate `sphinxcadquery` to visualize 3D parts

* Try different default export tolerance

* Change the tolerance for toString too

* Tighter angularTolerance for toString

Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
2020-08-18 17:27:51 +02:00

24 lines
318 B
YAML

name: cadquery
channels:
- cadquery
- conda-forge
- defaults
dependencies:
- python>=3.6
- ipython
- ocp
- pyparsing
- sphinx=2.4
- sphinx_rtd_theme
- black
- codecov
- pytest
- pytest-cov
- ezdxf
- ipython
- typing_extensions
- pip
- pip:
- "--editable=."
- sphinxcadquery