mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
test daily builds using minimum occt ==v7.5.3
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
{% set name = "ifcopenshell" %}
|
||||
{% set version = "0.7.0" %}
|
||||
{% set occt_version = "7.6.1" %}
|
||||
{% set occt_version = "7.5.3" %}
|
||||
{% set cgal_cpp_version = "5.3" %}
|
||||
{% set hdf5_version = "1.12.1" %}
|
||||
|
||||
@@ -24,7 +24,7 @@ requirements:
|
||||
|
||||
host:
|
||||
- python
|
||||
- occt =={{ occt_version }}
|
||||
- occt >={{ occt_version }}
|
||||
- hdf5 >={{ hdf5_version }}
|
||||
- cgal-cpp >={{ cgal_cpp_version }}
|
||||
- nlohmann_json
|
||||
@@ -32,7 +32,7 @@ requirements:
|
||||
|
||||
run:
|
||||
- python
|
||||
- occt =={{ occt_version }}
|
||||
- occt >={{ occt_version }}
|
||||
- cgal-cpp >={{ cgal_cpp_version }}
|
||||
- hdf5 >={{ hdf5_version }}
|
||||
- lark-parser
|
||||
|
||||
Reference in New Issue
Block a user