Files
cadquery/environment.yml
AU 3cb72378b8 Assy solver fix (#806)
* 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
2021-07-03 13:29:10 +09:30

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