codebender commited on
Commit
77fc3d5
·
1 Parent(s): 064d505

generated requirements.txt file for HF

Browse files
Files changed (2) hide show
  1. Pipfile.lock +0 -1
  2. requirements.txt +73 -0
Pipfile.lock CHANGED
@@ -382,7 +382,6 @@
382
  "version": "==1.3.3"
383
  },
384
  "fsspec": {
385
- "extras": [],
386
  "hashes": [
387
  "sha256:b833e2e541e9e8cde0ab549414187871243177feb3d344f9d27b25a93f5d8139",
388
  "sha256:fbae7f20ff801eb5f7d0bedf81f25c787c0dfac5e982d98fa3884a9cde2b5411"
 
382
  "version": "==1.3.3"
383
  },
384
  "fsspec": {
 
385
  "hashes": [
386
  "sha256:b833e2e541e9e8cde0ab549414187871243177feb3d344f9d27b25a93f5d8139",
387
  "sha256:fbae7f20ff801eb5f7d0bedf81f25c787c0dfac5e982d98fa3884a9cde2b5411"
requirements.txt ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -i https://pypi.org/simple
2
+ aiofiles==22.1.0 ; python_version >= '3.7' and python_version < '4.0'
3
+ aiohttp==3.8.3 ; python_version >= '3.6'
4
+ aiosignal==1.3.1 ; python_version >= '3.7'
5
+ aitextgen==0.5.1
6
+ altair==4.2.0 ; python_version >= '3.7'
7
+ anyio==3.6.2 ; python_full_version >= '3.6.2'
8
+ async-timeout==4.0.2 ; python_version >= '3.6'
9
+ attrs==22.2.0 ; python_version >= '3.6'
10
+ certifi==2022.12.7 ; python_version >= '3.6'
11
+ charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
12
+ click==8.1.3 ; python_version >= '3.7'
13
+ contourpy==1.0.7 ; python_version >= '3.8'
14
+ cycler==0.11.0 ; python_version >= '3.6'
15
+ entrypoints==0.4 ; python_version >= '3.6'
16
+ fastapi==0.89.1 ; python_version >= '3.7'
17
+ ffmpy==0.3.0
18
+ filelock==3.9.0 ; python_version >= '3.7'
19
+ fire==0.5.0
20
+ fonttools==4.38.0 ; python_version >= '3.7'
21
+ frozenlist==1.3.3 ; python_version >= '3.7'
22
+ fsspec==2023.1.0 ; python_version >= '3.7'
23
+ gradio==3.16.2
24
+ h11==0.14.0 ; python_version >= '3.7'
25
+ httpcore==0.16.3 ; python_version >= '3.7'
26
+ httpx==0.23.3 ; python_version >= '3.7'
27
+ huggingface-hub==0.12.0 ; python_full_version >= '3.7.0'
28
+ idna==3.4 ; python_version >= '3.5'
29
+ jinja2==3.1.2 ; python_version >= '3.7'
30
+ jsonschema==4.17.3 ; python_version >= '3.7'
31
+ kiwisolver==1.4.4 ; python_version >= '3.7'
32
+ lightning-utilities==0.6.0.post0 ; python_version >= '3.7'
33
+ linkify-it-py==1.0.3
34
+ markdown-it-py[linkify,plugins]==2.1.0 ; python_version >= '3.7'
35
+ markupsafe==2.1.2 ; python_version >= '3.7'
36
+ matplotlib==3.6.3 ; python_version >= '3.8'
37
+ mdit-py-plugins==0.3.3
38
+ mdurl==0.1.2 ; python_version >= '3.7'
39
+ multidict==6.0.4 ; python_version >= '3.7'
40
+ numpy==1.24.1 ; python_version >= '3.8'
41
+ orjson==3.8.5 ; python_version >= '3.7'
42
+ packaging==23.0 ; python_version >= '3.7'
43
+ pandas==1.5.3 ; python_version >= '3.8'
44
+ pillow==9.4.0 ; python_version >= '3.7'
45
+ pycryptodome==3.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
46
+ pydantic==1.10.4 ; python_version >= '3.7'
47
+ pydub==0.25.1
48
+ pyparsing==3.0.9 ; python_full_version >= '3.6.8'
49
+ pyrsistent==0.19.3 ; python_version >= '3.7'
50
+ python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
51
+ python-multipart==0.0.5
52
+ pytorch-lightning==1.9.0 ; python_version >= '3.7'
53
+ pytz==2022.7.1
54
+ pyyaml==6.0 ; python_version >= '3.6'
55
+ regex==2022.10.31 ; python_version >= '3.6'
56
+ requests==2.28.2 ; python_version >= '3.7' and python_version < '4'
57
+ rfc3986[idna2008]==1.5.0
58
+ six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
59
+ sniffio==1.3.0 ; python_version >= '3.7'
60
+ starlette==0.22.0 ; python_version >= '3.7'
61
+ termcolor==2.2.0 ; python_version >= '3.7'
62
+ tokenizers==0.13.2
63
+ toolz==0.12.0 ; python_version >= '3.5'
64
+ torch==1.13.1 ; python_full_version >= '3.7.0'
65
+ torchmetrics==0.11.0 ; python_version >= '3.7'
66
+ tqdm==4.64.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
67
+ transformers==4.26.0 ; python_full_version >= '3.7.0'
68
+ typing-extensions==4.4.0 ; python_version >= '3.7'
69
+ uc-micro-py==1.0.1 ; python_version >= '3.6'
70
+ urllib3==1.26.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
71
+ uvicorn==0.20.0 ; python_version >= '3.7'
72
+ websockets==10.4 ; python_version >= '3.7'
73
+ yarl==1.8.2 ; python_version >= '3.7'