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 4850469 commit cd5e1ffCopy full SHA for cd5e1ff
env_osx.yml
@@ -11,6 +11,7 @@ dependencies:
11
- eigen=3.3
12
- cgal-cpp
13
- pybind11
14
- - compas
+ - compas>=2.4
15
+ - pytest<=8.3.2
16
- pip:
17
- -e .[DEV]
env_win.yml
@@ -2,7 +2,7 @@ name: cgal-dev
2
channels:
3
- conda-forge
4
dependencies:
5
- - python>=3.6
+ - python>=3.9
6
- pip>=19.0
7
- mpir
8
- mpfr
0 commit comments