mirror of https://github.com/mamba-org/mamba.git
Constrains cli11 to v2.1.2
This is to prevent broken builds with cli 2.2.0 update.
This commit is contained in:
parent
93a3f8edae
commit
4554063c7b
|
@ -18,6 +18,6 @@ dependencies:
|
|||
- reproc-cpp
|
||||
- yaml-cpp
|
||||
- termcolor-cpp
|
||||
- cli11
|
||||
- cli11 2.1.2
|
||||
- spdlog
|
||||
- sel(win): winreg
|
||||
|
|
|
@ -18,7 +18,7 @@ dependencies:
|
|||
- reproc-cpp
|
||||
- yaml-cpp
|
||||
- termcolor-cpp
|
||||
- cli11
|
||||
- cli11 2.1.2
|
||||
- spdlog
|
||||
- pybind11
|
||||
- pytest
|
||||
|
|
|
@ -18,7 +18,7 @@ dependencies:
|
|||
- reproc-cpp
|
||||
- yaml-cpp
|
||||
- termcolor-cpp
|
||||
- cli11
|
||||
- cli11 2.1.2
|
||||
- spdlog
|
||||
- pybind11
|
||||
- pytest
|
||||
|
|
|
@ -18,7 +18,7 @@ dependencies:
|
|||
- reproc-cpp
|
||||
- yaml-cpp
|
||||
- termcolor-cpp
|
||||
- cli11
|
||||
- cli11 2.1.2
|
||||
- pytest
|
||||
- pytest-lazy-fixture
|
||||
- pyyaml
|
||||
|
|
Loading…
Reference in New Issue