mamba/libmambapy/environment-dev.yml

25 lines
387 B
YAML

name: mamba-dev
channels:
- conda-forge
dependencies:
- cxx-compiler
- cmake >=3.16
- ninja
- nlohmann_json
- libsolv >=0.7.18
- libarchive
- libsodium
- libcurl >=7.86
- gtest
- gmock
- cpp-expected
- reproc-cpp >=14.2.4.post0
- yaml-cpp >=0.8.0
- cli11 >=2.2
- spdlog
- fmt
- pybind11
- pybind11-stubgen <1.0
- pytest >=7.3
- sel(win): winreg