Skip to content

Commit

Permalink
add linux env file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 2, 2024
1 parent 989407b commit c656e9b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions env_linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: cgal-dev
channels:
- conda-forge
dependencies:
- python >=3.9
- pip >=19.0
- gmp
- mpfr
- scip >=9
- boost-cpp
- eigen =3.3
- cgal-cpp
- pybind11
- compas >=2.4
- pip:
- .[DEV]

0 comments on commit c656e9b

Please sign in to comment.