Commit ·
61bae86
1
Parent(s): fe11977
Update foxes.yml to add conda-forge channel and update package dependencies
Browse files
foxes.yml
CHANGED
|
@@ -1,19 +1,30 @@
|
|
| 1 |
name: foxes
|
| 2 |
channels:
|
| 3 |
- defaults
|
|
|
|
| 4 |
- https://repo.anaconda.com/pkgs/main
|
| 5 |
- https://repo.anaconda.com/pkgs/r
|
| 6 |
dependencies:
|
|
|
|
| 7 |
- bzip2=1.0.8=h80987f9_6
|
| 8 |
-
- ca-certificates=
|
|
|
|
| 9 |
- expat=2.7.3=h982b769_0
|
|
|
|
|
|
|
| 10 |
- libcxx=20.1.8=hd7fd590_1
|
| 11 |
- libffi=3.4.4=hca03da5_1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- libmpdec=4.0.0=h80987f9_0
|
|
|
|
| 13 |
- libzlib=1.3.1=h5f15de7_0
|
|
|
|
| 14 |
- lz4-c=1.9.4=h313beb8_1
|
| 15 |
- ncurses=6.5=hee39554_0
|
| 16 |
-
- openssl=3.
|
| 17 |
- python=3.14.0=h1858270_101_cp314
|
| 18 |
- python_abi=3.14=2_cp314
|
| 19 |
- readline=8.3=h0b18652_0
|
|
|
|
| 1 |
name: foxes
|
| 2 |
channels:
|
| 3 |
- defaults
|
| 4 |
+
- conda-forge
|
| 5 |
- https://repo.anaconda.com/pkgs/main
|
| 6 |
- https://repo.anaconda.com/pkgs/r
|
| 7 |
dependencies:
|
| 8 |
+
- _openmp_mutex=4.5=7_kmp_llvm
|
| 9 |
- bzip2=1.0.8=h80987f9_6
|
| 10 |
+
- ca-certificates=2026.1.4=hbd8a1cb_0
|
| 11 |
+
- cmap=0.7.0=pyhd8ed1ab_0
|
| 12 |
- expat=2.7.3=h982b769_0
|
| 13 |
+
- libblas=3.11.0=5_h51639a9_openblas
|
| 14 |
+
- libcblas=3.11.0=5_hb0561ab_openblas
|
| 15 |
- libcxx=20.1.8=hd7fd590_1
|
| 16 |
- libffi=3.4.4=hca03da5_1
|
| 17 |
+
- libgcc=15.2.0=hcbb3090_16
|
| 18 |
+
- libgfortran=15.2.0=h07b0088_16
|
| 19 |
+
- libgfortran5=15.2.0=hdae7583_16
|
| 20 |
+
- liblapack=3.11.0=5_hd9741b5_openblas
|
| 21 |
- libmpdec=4.0.0=h80987f9_0
|
| 22 |
+
- libopenblas=0.3.30=openmp_ha158390_4
|
| 23 |
- libzlib=1.3.1=h5f15de7_0
|
| 24 |
+
- llvm-openmp=21.1.8=h4a912ad_0
|
| 25 |
- lz4-c=1.9.4=h313beb8_1
|
| 26 |
- ncurses=6.5=hee39554_0
|
| 27 |
+
- openssl=3.6.1=hd24854e_1
|
| 28 |
- python=3.14.0=h1858270_101_cp314
|
| 29 |
- python_abi=3.14=2_cp314
|
| 30 |
- readline=8.3=h0b18652_0
|