* Use nlopt in place of scipy.optimize * report the results of optimization * Deps update and OCP 7.5 -> 7.5.1 * Rewrite cost and gradient * Check solve results
28 lines
395 B
YAML
28 lines
395 B
YAML
name: cadquery
|
|
channels:
|
|
- cadquery
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python>=3.6
|
|
- ipython
|
|
- ocp=7.5.1
|
|
- pyparsing
|
|
- sphinx=3.2.1
|
|
- sphinx_rtd_theme
|
|
- sphinx-autodoc-typehints
|
|
- black=19.10b0
|
|
- codecov
|
|
- pytest
|
|
- pytest-cov
|
|
- ezdxf
|
|
- ipython
|
|
- typing_extensions
|
|
- nptyping
|
|
- nlopt
|
|
- path
|
|
- pip
|
|
- pip:
|
|
- "--editable=."
|
|
- sphinxcadquery
|