Update dependencies (#843)

This commit is contained in:
Adrien Coulier 2021-04-19 10:09:31 +02:00 committed by GitHub
parent bea869ee0c
commit 8187a30766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -138,9 +138,9 @@ For more instructions (including OS X) check out https://gist.github.com/wolfv/f
### Development installation
Make sure to have the following requirements in your conda environment:
Make sure you install mamba's requirements in your conda environment:
`mamba install cmake compilers pybind11 libsolv libarchive libcurl nlohmann_json pip cpp-filesystem yaml-cpp reproc-cpp -c conda-forge`
`mamba env update --name <conda_env> --file environment-dev.yml`
If you build mamba in a different environment than base, you must also install conda in
that environment:

View File

@ -7,7 +7,7 @@ dependencies:
- ninja
- nlohmann_json
- pybind11
- libsolv
- libsolv >=0.7.18
- libarchive
- libcurl
- cxx-compiler