sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Apache License 2.0
136 stars 79 forks source link

pip install --upgrade conan~=1.47 everywhere #325

Closed garethsb closed 1 year ago

garethsb commented 1 year ago

Since we don't lock dependencies' recipe versions, they can introduce higher requirement than nmos-cpp recipe. If people do already have Conan 1.53 and scan the instructions they may miss that they may need to upgrade (pip install conan~=1.47 would leave them on Conan 1.53).

Also doing just pip install --upgrade conan will actually upgrade to 2.0, so add ~=1.47 to that.