Skip to content

Commit b90ccb7

Browse files
committed
add dev env files
1 parent cd13c81 commit b90ccb7

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

env_osx.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: cgal
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python>=3.6
6+
- pip>=19.0
7+
- gmp
8+
- mpfr
9+
- boost-cpp
10+
- eigen=3.3
11+
- cgal-cpp=5.2
12+
- pybind11
13+
- pip
14+
- -r requirements-dev.txt

env_win.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: cgal
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python>=3.6
6+
- pip>=19.0
7+
- mpir
8+
- mpfr
9+
- boost-cpp
10+
- eigen=3.3
11+
- cgal-cpp=5.2
12+
- pybind11
13+
- pip
14+
- -r requirements-dev.txt

0 commit comments

Comments
 (0)