Skip to content

Commit

Permalink
Merge pull request #16 from oursland/pin-coin3d
Browse files Browse the repository at this point in the history
Pin coin3d to v4.0.0 until pivy is compatible with v4.0.1.
  • Loading branch information
adrianinsaval authored Nov 25, 2023
2 parents f709e2d + 7742f21 commit d243145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requirements:
- vtk
- eigen
- pybind11
- coin3d
- coin3d==4.0.0
- pyside2
- smesh
- doxygen # [build_platform == target_platform]
Expand All @@ -73,7 +73,7 @@ requirements:
- zlib
- hdf5
- python
- coin3d
- coin3d==4.0.0
- pivy
- {{ pin_compatible('smesh', max_pin='x.x.x') }}
- freetype
Expand Down

0 comments on commit d243145

Please sign in to comment.