Skip to content

Commit

Permalink
Removed specific versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
klingaard committed Jan 29, 2025
1 parent 45bed02 commit 696b36c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/conda/macos_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: riscv_perf_model
channels:
- conda-forge
dependencies:
- cmake>=3.25.2=h077f3f9_0
- boost>=1.76.0=py310h7c3ba0c_1
- boost-cpp>=1.76.0=h312852a_1
- yaml-cpp>=0.7.0=h27087fc_2
- rapidjson>=1.1.0=he1b5a44_1002
- libsqlite>=3.40.0=h753d276_0
- sqlite>=3.36.0=h9cd32fc_2
- hdf5>=1.10.6=nompi_h6a2412b_1114
- cmake>=3.25.2
- boost>=1.76.0
- boost-cpp>=1.76.0
- yaml-cpp>=0.7.0
- rapidjson>=1.1.0
- libsqlite>=3.40.0
- sqlite>=3.36.0
- hdf5>=1.10.6
- clang>=14.0.6
- clang-14>=14.0.6
- clangxx>=14.0.6

0 comments on commit 696b36c

Please sign in to comment.