add conda environment config file

#2
by YichaoLiu - opened
Files changed (1) hide show
  1. environment.yml +74 -0
environment.yml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: gradio
2
+ channels:
3
+ - conda-forge
4
+ - defaults
5
+ dependencies:
6
+ - bzip2=1.0.8=h99b78c6_7
7
+ - ca-certificates=2024.12.14=hf0a4a13_0
8
+ - libffi=3.4.2=h3422bc3_5
9
+ - liblzma=5.6.3=h39f12f2_1
10
+ - libsqlite=3.47.2=h3f77e49_0
11
+ - libzlib=1.3.1=h8359307_2
12
+ - ncurses=6.5=h7bae524_1
13
+ - openssl=3.4.0=h39f12f2_0
14
+ - pip=24.3.1=pyh8b19718_0
15
+ - python=3.10.16=h870587a_1_cpython
16
+ - readline=8.2=h92ec313_1
17
+ - setuptools=75.6.0=pyhff2d567_1
18
+ - tk=8.6.13=h5083fa2_1
19
+ - wheel=0.45.1=pyhd8ed1ab_1
20
+ - pip:
21
+ - aiofiles==23.2.1
22
+ - annotated-types==0.7.0
23
+ - anyio==4.7.0
24
+ - certifi==2024.12.14
25
+ - charset-normalizer==3.4.0
26
+ - click==8.1.7
27
+ - exceptiongroup==1.2.2
28
+ - fastapi==0.115.6
29
+ - ffmpy==0.4.0
30
+ - filelock==3.16.1
31
+ - fsspec==2024.10.0
32
+ - gradio==5.9.0
33
+ - gradio-client==1.5.2
34
+ - h11==0.14.0
35
+ - httpcore==1.0.7
36
+ - httpx==0.28.1
37
+ - huggingface-hub==0.26.5
38
+ - idna==3.10
39
+ - javascript==1!1.2.1
40
+ - jinja2==3.1.4
41
+ - markdown-it-py==3.0.0
42
+ - markupsafe==2.1.5
43
+ - mdurl==0.1.2
44
+ - numpy==2.2.0
45
+ - orjson==3.10.12
46
+ - packaging==24.2
47
+ - pandas==2.2.3
48
+ - pillow==11.0.0
49
+ - pydantic==2.10.3
50
+ - pydantic-core==2.27.1
51
+ - pydub==0.25.1
52
+ - pygments==2.18.0
53
+ - python-dateutil==2.9.0.post0
54
+ - python-multipart==0.0.19
55
+ - pytz==2024.2
56
+ - pyyaml==6.0.2
57
+ - requests==2.32.3
58
+ - rich==13.9.4
59
+ - ruff==0.8.3
60
+ - safehttpx==0.1.6
61
+ - semantic-version==2.10.0
62
+ - shellingham==1.5.4
63
+ - six==1.17.0
64
+ - sniffio==1.3.1
65
+ - starlette==0.41.3
66
+ - tomlkit==0.13.2
67
+ - tqdm==4.67.1
68
+ - typer==0.15.1
69
+ - typing-extensions==4.12.2
70
+ - tzdata==2024.2
71
+ - urllib3==2.2.3
72
+ - uvicorn==0.33.0
73
+ - websockets==14.1
74
+ prefix: /Users/yichao/opt/anaconda3/envs/gradio