mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
add zlib to conda build dependency
zlib is now longer indirectly included from the vtk package now that we have a new occt variant novtk that does not depend on vtk
This commit is contained in:
committed by
GitHub
parent
ff21749da4
commit
a302e5db64
@@ -32,6 +32,7 @@ requirements:
|
|||||||
- gmp # [unix]
|
- gmp # [unix]
|
||||||
- mpir # [win]
|
- mpir # [win]
|
||||||
- nlohmann_json
|
- nlohmann_json
|
||||||
|
- zlib
|
||||||
|
|
||||||
run:
|
run:
|
||||||
- python
|
- python
|
||||||
@@ -44,6 +45,7 @@ requirements:
|
|||||||
- gmp # [unix]
|
- gmp # [unix]
|
||||||
- mpir # [win]
|
- mpir # [win]
|
||||||
- nlohmann_json
|
- nlohmann_json
|
||||||
|
- zlib
|
||||||
|
|
||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|||||||
Reference in New Issue
Block a user