Skip to content

Commit 696b36c

Browse files
committed
Removed specific versions of packages
1 parent 45bed02 commit 696b36c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/conda/macos_env.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: riscv_perf_model
22
channels:
33
- conda-forge
44
dependencies:
5-
- cmake>=3.25.2=h077f3f9_0
6-
- boost>=1.76.0=py310h7c3ba0c_1
7-
- boost-cpp>=1.76.0=h312852a_1
8-
- yaml-cpp>=0.7.0=h27087fc_2
9-
- rapidjson>=1.1.0=he1b5a44_1002
10-
- libsqlite>=3.40.0=h753d276_0
11-
- sqlite>=3.36.0=h9cd32fc_2
12-
- hdf5>=1.10.6=nompi_h6a2412b_1114
5+
- cmake>=3.25.2
6+
- boost>=1.76.0
7+
- boost-cpp>=1.76.0
8+
- yaml-cpp>=0.7.0
9+
- rapidjson>=1.1.0
10+
- libsqlite>=3.40.0
11+
- sqlite>=3.36.0
12+
- hdf5>=1.10.6
1313
- clang>=14.0.6
1414
- clang-14>=14.0.6
1515
- clangxx>=14.0.6

0 commit comments

Comments
 (0)