Skip to content

Commit

Permalink
cpacscreator: less restrictive version range
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Nov 22, 2024
1 parent 1a067a0 commit be16fd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpacscreator/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
git_tag: cpacscreator-v{{ version }}

build:
number: 1
number: 2


requirements:
Expand Down Expand Up @@ -39,12 +39,12 @@ requirements:
- tbb-devel ==2019.5
- python {{ python }}
- libglu # [linux]
- qt >=5.15.7,<6.0.0
- qt >=5.9.7,<6.0.0

run:
- tixi3 ==3.3.0
- qt >=5.15.7,<6.0.0
- pyqt >=5.15.7,<6.0.0
- qt >=5.9.7,<6.0.0
- pyqt
- opencascade ==7.4.0
- pythonocc-core ==7.4.1
- tbb ==2019.5
Expand Down

0 comments on commit be16fd6

Please sign in to comment.