Unpin cryptography, python, and add make to environment-dev.yml (#3352)

This commit is contained in:
jaimergp 2024-08-01 14:27:42 +02:00 committed by GitHub
parent bc89383ca7
commit d662921715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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