-
Notifications
You must be signed in to change notification settings - Fork 0
/
mac_conda_env.yml
58 lines (58 loc) · 1.1 KB
/
mac_conda_env.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: hls
channels:
- defaults
- conda-forge
dependencies:
- blas=2.101
- blas-devel=3.9.0
- boltons=23.0.0
- brotlipy=0.7.0
- bzip2=1.0.8
- ca-certificates=2023.01.10
- certifi=2022.12.7
- cffi=1.15.1
- charset-normalizer=2.0.4
- conda=23.3.1
- conda-content-trust=0.1.3
- conda-package-handling=1.9.0
- cryptography=38.0.4
- idna=3.4
- jsonpatch=1.32
- jsonpointer=2.1
- libblas=3.9.0
- libcblas=3.9.0
- libcxx=14.0.6
- libffi=3.4.2
- libgfortran=5.0.0
- libgfortran5=11.3.0
- liblapack=3.9.0
- liblapacke=3.9.0
- libtmglib=3.9.0
- llvm-openmp=14.0.6
- ncurses=6.4
- openssl=1.1.1t
- packaging=23.0
- pip=23.0.1
- pluggy=1.0.0
- pycosat=0.6.4
- pycparser=2.21
- pyopenssl=22.0.0
- pysocks=1.7.1
- python=3.9.16
- python.app=3
- readline=8.2
- requests=2.28.1
- ruamel.yaml=0.17.21
- ruamel.yaml.clib=0.2.6
- setuptools=65.6.3
- six=1.16.0
- sqlite=3.40.1
- tk=8.6.12
- toolz=0.12.0
- tqdm=4.65.0
- tzdata=2022g
- urllib3=1.26.15
- wheel=0.37.1
- xz=5.2.10
- zlib=1.2.13
prefix: /Users/sbagwell/miniconda3/envs/hls