-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathconda_env_base.yml
80 lines (80 loc) · 2.39 KB
/
conda_env_base.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: base
channels:
- conda-forge
- defaults
dependencies:
- anaconda-clean=1.1.1=pyhd8ed1ab_0
- azure-core=1.30.0=pyhd8ed1ab_0
- boltons=23.1.1=pyhd8ed1ab_0
- brotli-python=1.1.0=py39h840bb9f_1
- bzip2=1.0.8=h10d778d_5
- ca-certificates=2024.2.2=h8857fd0_0
- certifi=2024.2.2=pyhd8ed1ab_0
- cffi=1.16.0=py39h18ef598_0
- cfgv=3.3.1=pyhd8ed1ab_0
- charset-normalizer=3.3.2=pyhd8ed1ab_0
- colorama=0.4.6=pyhd8ed1ab_0
- conda=23.5.0=py39h6e9494a_1
- conda-package-handling=2.2.0=pyh38be061_0
- conda-package-streaming=0.9.0=pyhd8ed1ab_0
- cryptography=42.0.2=py39h7446713_0
- distlib=0.3.8=pyhd8ed1ab_0
- filelock=3.13.1=pyhd8ed1ab_0
- identify=2.5.33=pyhd8ed1ab_0
- idna=3.6=pyhd8ed1ab_0
- jmespath=1.0.1=pyhd8ed1ab_0
- jsonpatch=1.33=pyhd8ed1ab_0
- jsonpointer=2.4=py39h6e9494a_3
- libcxx=16.0.6=hd57cbcb_0
- libffi=3.4.2=h0d85af4_5
- libsqlite=3.45.1=h92b6c6a_0
- libzlib=1.2.13=h8a1eda9_5
- ncurses=6.4=h93d8f39_2
- nodeenv=1.8.0=pyhd8ed1ab_0
- openssl=3.2.1=hd75f5a5_0
- packaging=23.2=pyhd8ed1ab_0
- pip=24.0=pyhd8ed1ab_0
- platformdirs=4.2.0=pyhd8ed1ab_0
- pluggy=1.4.0=pyhd8ed1ab_0
- pre-commit=3.6.0=pyha770c72_0
- pycosat=0.6.6=py39hdc70f33_0
- pycparser=2.21=pyhd8ed1ab_0
- pyopenssl=24.0.0=pyhd8ed1ab_0
- pysocks=1.7.1=pyha2e5f31_6
- python=3.9.18=h7a9c478_1_cpython
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python.app=1.4=py39hdc70f33_3
- python_abi=3.9=4_cp39
- pyyaml=6.0.1=py39hdc70f33_1
- readline=8.2=h9e318b2_1
- requests=2.31.0=pyhd8ed1ab_0
- ruamel.yaml=0.17.40=py39ha09f3b3_0
- ruamel.yaml.clib=0.2.8=py39ha09f3b3_0
- s3transfer=0.10.0=pyhd8ed1ab_0
- setuptools=69.0.3=pyhd8ed1ab_0
- six=1.16.0=pyh6c4a22f_0
- tk=8.6.13=h1abcd95_1
- toolz=0.12.1=pyhd8ed1ab_0
- tqdm=4.66.1=pyhd8ed1ab_0
- typing-extensions=4.9.0=hd8ed1ab_0
- typing_extensions=4.9.0=pyha770c72_0
- tzdata=2024a=h0c530f3_0
- ukkonen=1.0.1=py39h8ee36c8_4
- urllib3=1.26.18=pyhd8ed1ab_0
- virtualenv=20.25.0=pyhd8ed1ab_0
- wheel=0.42.0=pyhd8ed1ab_0
- xz=5.2.6=h775f41a_0
- yaml=0.2.5=h0d85af4_2
- zstandard=0.22.0=py39h7211f3f_0
- zstd=1.5.5=h829000d_0
- pip:
- azure-identity==1.13.0
- boto3==1.26.153
- botocore==1.29.153
- load-dotenv==0.1.0
- msal==1.22.0
- msal-extensions==1.0.0
- portalocker==2.7.0
- pyjwt==2.7.0
- python-dotenv==1.0.0
prefix: /Users/wilsonmar/miniconda3