21 lines
278 B
YAML
21 lines
278 B
YAML
name: gc_course_env
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- pip
|
|
- pip:
|
|
- triangle
|
|
- opencv-python
|
|
- gmsh
|
|
- igl
|
|
- matplotlib
|
|
- jupyterlab
|
|
- pytest
|
|
- pytest-html
|
|
- pytest-timeout
|
|
- ipykernel<6.4
|
|
- matplotlib
|
|
- svgwrite
|
|
- meshplot
|
|
- pyvista
|