epfl-archive/cs457-gc/environment.yml

21 lines
278 B
YAML
Raw Permalink Normal View History

2022-04-07 18:46:57 +02:00
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