-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
96 lines (96 loc) · 2.26 KB
/
environment.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
95
96
name: testingGitHubActions1
channels:
- r
- bioconda
- conda-forge
- defaults
dependencies:
- bzip2=1.0.8=h8ffe710_4
- ca-certificates=2022.6.15=h5b45459_0
- libffi=3.4.2=h8ffe710_5
- libzlib=1.2.12=h8ffe710_2
- openssl=3.0.5=h8ffe710_1
- pip=22.2.2=pyhd8ed1ab_0
- python=3.8.13=hcf16a7b_0_cpython
- python_abi=3.8=2_cp38
- setuptools=63.4.2=py38haa244fe_0
- sqlite=3.39.2=h8ffe710_0
- tk=8.6.12=h8ffe710_0
- ucrt=10.0.20348.0=h57928b3_0
- vc=14.2=hb210afc_6
- vs2015_runtime=14.29.30037=h902a5da_6
- wheel=0.37.1=pyhd8ed1ab_0
- xz=5.2.5=h62dcd97_1
- pip:
- async-generator==1.10
- atomicwrites==1.4.1
- attrs==22.1.0
- backcall==0.2.0
- beautifulsoup4==4.11.1
- behave==1.2.6
- certifi==2022.6.15
- cffi==1.15.1
- chardet==5.0.0
- charset-normalizer==2.1.0
- colorama==0.4.5
- commonmark==0.9.1
- cryptography==37.0.4
- cssselect==1.1.0
- decorator==5.1.1
- execnet==1.9.0
- fasteners==0.17.3
- filelock==3.7.1
- h11==0.13.0
- idna==3.3
- iniconfig==1.1.1
- ipdb==0.13.9
- ipython==7.34.0
- jedi==0.18.1
- matplotlib-inline==0.1.3
- more-itertools==8.13.0
- nose==1.3.7
- outcome==1.2.0
- packaging==21.3
- parameterized==0.8.1
- parse==1.19.0
- parse-type==0.6.0
- parso==0.8.3
- pickleshare==0.7.5
- platformdirs==2.5.2
- pluggy==1.0.0
- prompt-toolkit==3.0.30
- py==1.11.0
- pycparser==2.21
- pygments==2.12.0
- pymysql==1.0.2
- pyopenssl==22.0.0
- pyotp==2.6.0
- pyparsing==3.0.9
- pysocks==1.7.1
- pytest==7.1.2
- pytest-forked==1.4.0
- pytest-html==2.0.1
- pytest-metadata==2.0.2
- pytest-ordering==0.6
- pytest-rerunfailures==10.2
- pytest-xdist==2.5.0
- pyyaml==6.0
- requests==2.28.1
- rich==12.5.1
- sbvirtualdisplay==1.1.0
- selenium==4.3.0
- seleniumbase==3.5.11
- six==1.16.0
- sniffio==1.2.0
- sortedcontainers==2.4.0
- soupsieve==2.3.2.post1
- toml==0.10.2
- tomli==2.0.1
- traitlets==5.3.0
- trio==0.21.0
- trio-websocket==0.9.2
- typing-extensions==4.2.0
- urllib3==1.26.11
- wcwidth==0.2.5
- wsproto==1.1.0
prefix: C:\Users\Alex\Anaconda3\envs\testingGitHubActions1