mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +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 name = "ifcopenshell" %}
|
||||||
{% set version = "0.7.0" %}
|
{% set version = "0.7.0" %}
|
||||||
{% set occt_version = "7.6.1" %}
|
{% set occt_version = "7.5.3" %}
|
||||||
{% set cgal_cpp_version = "5.3" %}
|
{% set cgal_cpp_version = "5.3" %}
|
||||||
{% set hdf5_version = "1.12.1" %}
|
{% set hdf5_version = "1.12.1" %}
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ requirements:
|
|||||||
|
|
||||||
host:
|
host:
|
||||||
- python
|
- python
|
||||||
- occt =={{ occt_version }}
|
- occt >={{ occt_version }}
|
||||||
- hdf5 >={{ hdf5_version }}
|
- hdf5 >={{ hdf5_version }}
|
||||||
- cgal-cpp >={{ cgal_cpp_version }}
|
- cgal-cpp >={{ cgal_cpp_version }}
|
||||||
- nlohmann_json
|
- nlohmann_json
|
||||||
@@ -32,7 +32,7 @@ requirements:
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
- python
|
- python
|
||||||
- occt =={{ occt_version }}
|
- occt >={{ occt_version }}
|
||||||
- cgal-cpp >={{ cgal_cpp_version }}
|
- cgal-cpp >={{ cgal_cpp_version }}
|
||||||
- hdf5 >={{ hdf5_version }}
|
- hdf5 >={{ hdf5_version }}
|
||||||
- lark-parser
|
- lark-parser
|
||||||
|
|||||||
Reference in New Issue
Block a user