mirror of https://github.com/mamba-org/mamba.git
Unpin cryptography, python, and add make to environment-dev.yml (#3352)
This commit is contained in:
parent
bc89383ca7
commit
d662921715
|
@ -6,6 +6,7 @@ dependencies:
|
|||
- cmake >=3.16
|
||||
- pkg-config # Used by some CMake dependencies
|
||||
- ninja
|
||||
- make # not always present
|
||||
# libmamba dependencies
|
||||
- cpp-expected
|
||||
- fmt
|
||||
|
@ -34,7 +35,7 @@ dependencies:
|
|||
- sel(win): menuinst
|
||||
- conda-content-trust
|
||||
- conda-package-handling
|
||||
- cryptography<40.0 # Or breaks conda-content-trust
|
||||
- cryptography
|
||||
- securesystemslib
|
||||
# libmambapy build dependencies
|
||||
- scikit-build
|
||||
|
|
Loading…
Reference in New Issue