forked from nus-apr/auto-code-rover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
62 lines (62 loc) · 1.3 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
name: auto-code-rover
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- bzip2=1.0.8
- ca-certificates=2024.7.2
- ld_impl_linux-64
- libffi=3.4.4
- libgcc-ng=13.2.0
- libgomp=13.2.0
- libstdcxx-ng=11.2.0
- libuuid=1.41.5
- ncurses=6.4
- openssl=3.2.0
- pip=23.3.1
- python=3.11.7
- readline=8.2
- setuptools=68.2.2
- sqlite=3.41.2
- tk=8.6.12
- tzdata=2023d
- wheel=0.41.2
- xz=5.4.5
- zlib=1.2.13
- loguru=0.7.2
- rich=13.7.1
- pip:
- annotated-types==0.6.0
- anyio==4.2.0
- beautifulsoup4==4.12.3
- boto3==1.34.122
- certifi==2024.7.4
- distro==1.9.0
- docstring-parser==0.15
- h11==0.14.0
- httpcore==1.0.5
- httpx==0.27.0
- idna==3.7
- lxml==5.1.0
- openai==1.35.14
- pydantic==2.5.3
- pydantic-core==2.14.6
- python-dotenv==1.0.0
- rich==13.7.1
- sniffio==1.3.0
- soupsieve==2.5
- tenacity==8.2.3
- termcolor==2.4.0
- timeout-decorator==0.5.0
- tqdm==4.66.4
- typing-extensions==4.9.0
- unittest-xml-reporting==3.2.0
- coverage==7.4.4
- pylint==3.1.0
- litellm==1.41.24
- ollama==0.1.8
- flask==3.0.3
- flask_cors==4.0.0
- unidiff==0.7.5