From 65286df5e7176d7fd9b9f008734d8ec8846aea0f Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 27 Mar 2024 13:28:19 +0100 Subject: [PATCH] Add missing pyyaml dependency for pyngrok --- .github/workflows/ci.yml | 2 +- apt-python.txt | 1 + doc/conda-forge.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d35409034..57a8fdb74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: # Dependencies mamba install asio assimp boost eigen freetype gazebo glew glfw glm graphviz gsl ipopt irrlicht libjpeg-turbo libmatio libode libxml2 nlohmann_json pcl vtk opencv portaudio qt-main sdl sdl2 sqlite tinyxml spdlog lua soxr cmake compilers make ninja pkg-config tomlplusplus libzlib ffmpeg onnxruntime-cpp # Python - mamba install python numpy swig==4.1.0 pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyqtwebengine qtpy + mamba install python numpy swig==4.1.0 pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyqtwebengine qtpy pyyaml # Additional dependencies useful only on Linux - name: Dependencies [Conda/Linux] diff --git a/apt-python.txt b/apt-python.txt index 188a8153b..f6fce31ce 100644 --- a/apt-python.txt +++ b/apt-python.txt @@ -13,4 +13,5 @@ python3-u-msgpack python3-tornado python3-zmq python3-ipython +python3-yaml libqt5multimedia5-plugins diff --git a/doc/conda-forge.md b/doc/conda-forge.md index 1c1837c97..5e4aae1c2 100644 --- a/doc/conda-forge.md +++ b/doc/conda-forge.md @@ -163,7 +163,7 @@ For some [profile](doc/cmake-options.md#profile-cmake-options) or [dependency](d To install python and the other required dependencies when using `conda-forge` provided dependencies, use: ~~~ -mamba install -c conda-forge python numpy "swig==4.1.0" pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyqtwebengine qtpy +mamba install -c conda-forge python numpy "swig==4.1.0" pybind11 pyqt matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyqtwebengine qtpy pyyaml ~~~ #### `ROBOTOLOGY_USES_PCL_AND_VTK`