Skip to content

Commit

Permalink
Unpin cryptography, python, and add make to environment-dev.yml (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Aug 1, 2024
1 parent bc89383 commit d662921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d662921

Please sign in to comment.