Skip to content

Commit

Permalink
env.yml -> add addtl deps from CadQuery/OCP env yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Apr 17, 2024
1 parent 6f8e573 commit d63d4b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ channels:
- cadquery
- defaults
dependencies:
- pybind11=2.10.*
- build
- ocp==7.7.2
- cadquery
- numpy
- ipython

- boost-cpp=1.84.* # [not osx]
- boost-cpp=1.82.* # [osx]
- occt=7.7.2=all*
- vtk=9.2.6=*220 # [not osx]
- vtk=9.2.6=*218 # [osx]
- pybind11=2.10.*
- cmake >3.24
- ninja

0 comments on commit d63d4b3

Please sign in to comment.