Skip to content

Commit 16cd19f

Browse files
authored
Update conda install command with version constraints
1 parent d3e29d5 commit 16cd19f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
shell: bash -l {0}
7676
run: |
7777
# Dependencies
78-
conda install ace asio assimp libboost-devel cli11 "eigen=3.4.0" freetype gz-sim8 glew glfw glm graphviz gsl "ipopt>=3.13.0" irrlicht libjpeg-turbo libmatio libode libxml2 nlohmann_json qhull "pcl>=1.11.1" vtk "libopencv>=4.10.0" opencv portaudio qt-main sdl sdl2 sqlite tinyxml spdlog lua soxr cmake cxx-compiler make ninja pkg-config tomlplusplus libzlib ffmpeg onnxruntime-cpp "qt6-main>=6.7.2" catch2 gtest python numpy swig pybind11 qtpy pyqt pyqtgraph pyqtwebengine pyside2 matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad gst-libav pyyaml
78+
conda install ace asio assimp "libboost-devel<=1.85.0" cli11 "eigen<=3.4.0" freetype gz-sim8 glew glfw glm graphviz gsl "ipopt>=3.13.0" irrlicht libjpeg-turbo libmatio libode libxml2 nlohmann_json qhull "pcl>=1.11.1" vtk "libopencv>=4.10.0" opencv portaudio qt-main sdl sdl2 sqlite tinyxml spdlog lua soxr cmake cxx-compiler make ninja pkg-config tomlplusplus libzlib ffmpeg onnxruntime-cpp "qt6-main>=6.7.2" catch2 gtest python numpy swig pybind11 qtpy pyqt pyqtgraph pyqtwebengine pyside2 matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad gst-libav pyyaml
7979
8080
# Additional dependencies useful only on Linux
8181
- name: Dependencies [Conda/Linux]

0 commit comments

Comments
 (0)