Skip to content

Commit c656e9b

Browse files
committed
add linux env file
1 parent 989407b commit c656e9b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

env_linux.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: cgal-dev
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python >=3.9
6+
- pip >=19.0
7+
- gmp
8+
- mpfr
9+
- scip >=9
10+
- boost-cpp
11+
- eigen =3.3
12+
- cgal-cpp
13+
- pybind11
14+
- compas >=2.4
15+
- pip:
16+
- .[DEV]

0 commit comments

Comments
 (0)