zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Pin conan version #205

Closed eskaur closed 1 year ago

eskaur commented 1 year ago

Conan 2.0 was released to PyPI today and breaks zivid-python build with the following error message due to a change in Conan's API:

conan install: error: unrecognized arguments: --install-folder

This change pins Conan to 1.x and fixes the issue while we figure out how to bump to Conan 2.x.

In order to allow a new zivid-python release to PyPI we also bump its patch-version.