-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvirtual_env.yml
94 lines (94 loc) · 2.56 KB
/
virtual_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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: ml_lecture
channels:
- conda-forge
- defaults
dependencies:
- _ipython_minor_entry_point=8.7.0=h8cf3c4a_0
- asttokens=2.2.1=pyhd8ed1ab_0
- backcall=0.2.0=pyh9f0ad1d_0
- backports=1.0=pyhd8ed1ab_3
- backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
- ca-certificates=2022.12.7=h5b45459_0
- certifi=2022.12.7=pyhd8ed1ab_0
- colorama=0.4.6=pyhd8ed1ab_0
- comm=0.1.2=pyhd8ed1ab_0
- debugpy=1.5.1=py39hd77b12b_0
- decorator=5.1.1=pyhd8ed1ab_0
- entrypoints=0.4=pyhd8ed1ab_0
- executing=1.2.0=pyhd8ed1ab_0
- ipykernel=6.19.2=pyh025b116_0
- ipython=8.7.0=pyh08f2357_0
- jedi=0.18.2=pyhd8ed1ab_0
- jupyter_client=7.4.8=pyhd8ed1ab_0
- jupyter_core=5.1.0=py39hcbf5309_0
- libsodium=1.0.18=h8d14728_1
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
- nest-asyncio=1.5.6=pyhd8ed1ab_0
- openssl=1.1.1l=h8ffe710_0
- packaging=22.0=pyhd8ed1ab_0
- parso=0.8.3=pyhd8ed1ab_0
- pickleshare=0.7.5=py_1003
- pip=22.3.1=py39haa95532_0
- platformdirs=2.6.0=pyhd8ed1ab_0
- prompt-toolkit=3.0.36=pyha770c72_0
- psutil=5.9.0=py39h2bbff1b_0
- pure_eval=0.2.2=pyhd8ed1ab_0
- pygments=2.13.0=pyhd8ed1ab_0
- python=3.9.7=h6244533_1
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python_abi=3.9=2_cp39
- pywin32=227=py39hb82d6ee_1
- pyzmq=23.2.0=py39hd77b12b_0
- setuptools=65.5.0=py39haa95532_0
- six=1.16.0=pyh6c4a22f_0
- sqlite=3.40.0=h2bbff1b_0
- stack_data=0.6.2=pyhd8ed1ab_0
- tornado=6.2=py39hb82d6ee_0
- traitlets=5.7.1=pyhd8ed1ab_0
- tzdata=2022g=h04d1e81_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wcwidth=0.2.5=pyh9f0ad1d_2
- wheel=0.37.1=pyhd3eb1b0_0
- wincertstore=0.2=py39haa95532_2
- zeromq=4.3.4=h0e60522_1
- pip:
- attrs==22.1.0
- cffi==1.15.1
- charset-normalizer==2.1.1
- contourpy==1.0.6
- cycler==0.11.0
- fastjsonschema==2.16.2
- fonttools==4.38.0
- idna==3.4
- imbalanced-learn==0.10.0
- joblib==1.2.0
- jsonschema==4.17.3
- kiwisolver==1.4.4
- matplotlib==3.6.2
- nbformat==5.7.0
- numpy==1.23.5
- pandas==1.5.2
- patsy==0.5.3
- pillow==9.3.0
- plotly==5.11.0
- pycparser==2.21
- pyparsing==3.0.9
- pyrsistent==0.19.2
- pytz==2022.6
- requests==2.28.1
- scikit-learn==1.2.0
- scipy==1.9.3
- seaborn==0.12.1
- soundfile==0.11.0
- statsmodels==0.13.5
- tenacity==8.1.0
- threadpoolctl==3.1.0
- torch==1.13.0
- torchaudio==0.13.0
- torchvision==0.14.0
- tqdm==4.64.1
- typing-extensions==4.4.0
- urllib3==1.26.13
- wfdb==4.1.0
prefix: D:\Anaconda3\envs\ml_lecture