We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd13c81 commit b90ccb7Copy full SHA for b90ccb7
env_osx.yml
@@ -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
+ - mpir
0 commit comments