-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
55 lines (55 loc) · 1.4 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
name: course-tool
channels:
- conda-forge
dependencies:
- bzip2=1.0.8=h3422bc3_4
- ca-certificates=2023.7.22=hf0a4a13_0
- libexpat=2.5.0=hb7217d7_1
- libffi=3.4.2=h3422bc3_5
- libsqlite=3.43.0=hb31c410_0
- libzlib=1.2.13=h53f4e23_5
- ncurses=6.4=h7ea286d_0
- openssl=3.1.2=h53f4e23_0
- pip=23.2.1=pyhd8ed1ab_0
- python=3.11.5=h47c9636_0_cpython
- readline=8.2=h92ec313_1
- setuptools=68.2.2=pyhd8ed1ab_0
- tk=8.6.12=he1e0b03_0
- tzdata=2023c=h71feb2d_0
- wheel=0.41.2=pyhd8ed1ab_0
- xz=5.2.6=h57fd34a_0
- pip:
- aiohttp==3.8.5
- aiosignal==1.3.1
- async-timeout==4.0.3
- attrs==23.1.0
- backoff==2.2.1
- beautifulsoup4==4.12.2
- bs4==0.0.1
- certifi==2023.7.22
- charset-normalizer==3.2.0
- cohere==4.26.1
- dnspython==2.4.2
- exceptiongroup==1.1.3
- fastavro==1.8.2
- frozenlist==1.4.0
- h11==0.14.0
- idna==3.4
- importlib-metadata==6.8.0
- multidict==6.0.4
- outcome==1.2.0
- pymongo==4.5.0
- pysocks==1.7.1
- python-dotenv==1.0.0
- requests==2.31.0
- selenium==4.12.0
- sniffio==1.3.0
- sortedcontainers==2.4.0
- soupsieve==2.5
- trio==0.22.2
- trio-websocket==0.10.4
- urllib3==2.0.4
- wsproto==1.2.0
- yarl==1.9.2
- zipp==3.16.2
prefix: /opt/homebrew/Caskroom/miniforge/base/envs/course-tool