julien-c HF staff commited on
Commit
7533963
1 Parent(s): 7d4d652

Build is broken, so Relax some dependency constraints

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +6 -85
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .env/
requirements.txt CHANGED
@@ -1,85 +1,6 @@
1
- altair==4.1.0
2
- appnope==0.1.0
3
- astor==0.8.1
4
- attrs==19.3.0
5
- backcall==0.1.0
6
- base58==2.0.0
7
- bleach==3.3.0
8
- blinker==1.4
9
- boto3==1.13.12
10
- botocore==1.16.12
11
- cachetools==4.1.0
12
- certifi==2020.4.5.1
13
- chardet==3.0.4
14
- click==7.1.2
15
- decorator==4.4.2
16
- defusedxml==0.6.0
17
- docutils==0.15.2
18
- entrypoints==0.3
19
- enum-compat==0.0.3
20
- filelock==3.0.12
21
- future==0.18.2
22
- idna==2.9
23
- importlib-metadata==1.6.0
24
- ipykernel==5.2.1
25
- ipython==7.14.0
26
- ipython-genutils==0.2.0
27
- ipywidgets==7.5.1
28
- jedi==0.17.0
29
- Jinja2==2.11.2
30
- jmespath==0.10.0
31
- joblib==0.15.1
32
- jsonschema==3.2.0
33
- jupyter-client==6.1.3
34
- jupyter-core==4.6.3
35
- MarkupSafe==1.1.1
36
- mistune==0.8.4
37
- nbconvert==5.6.1
38
- nbformat==5.0.6
39
- notebook==6.0.3
40
- numpy==1.18.4
41
- packaging==20.3
42
- pandas==1.0.3
43
- pandocfilters==1.4.2
44
- parso==0.7.0
45
- pathtools==0.1.2
46
- pexpect==4.8.0
47
- pickleshare==0.7.5
48
- Pillow==7.1.2
49
- prometheus-client==0.7.1
50
- prompt-toolkit==3.0.5
51
- protobuf==3.12.0
52
- ptyprocess==0.6.0
53
- pydeck==0.3.1
54
- Pygments==2.6.1
55
- pyparsing==2.4.7
56
- pyrsistent==0.16.0
57
- python-dateutil==2.8.1
58
- pytz==2020.1
59
- pyzmq==19.0.1
60
- regex==2020.5.14
61
- requests==2.23.0
62
- s3transfer==0.3.3
63
- sacremoses==0.0.43
64
- Send2Trash==1.5.0
65
- sentencepiece==0.1.90
66
- six==1.14.0
67
- streamlit==0.60.0
68
- terminado==0.8.3
69
- testpath==0.4.4
70
- tokenizers==0.7.0
71
- toml==0.10.1
72
- toolz==0.10.0
73
- torch==1.5.0
74
- tornado==5.1.1
75
- tqdm==4.46.0
76
- traitlets==4.3.3
77
- transformers==2.9.1
78
- tzlocal==2.1
79
- urllib3==1.25.9
80
- validators==0.15.0
81
- watchdog==0.10.2
82
- wcwidth==0.1.9
83
- webencodings==0.5.1
84
- widgetsnbextension==3.5.1
85
- zipp==3.1.0
 
1
+ transformers==4.25.1
2
+ torch==1.13.1
3
+ numpy==1.24.1
4
+ pandas==1.5.2
5
+ Pillow==9.4.0
6
+ plotly==5.11.0