aksell commited on
Commit
53ba5a6
1 Parent(s): c42816d

Export requirements.txt from poetry

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. requirements.txt +158 -0
README.md CHANGED
@@ -17,4 +17,10 @@ Visualize attention pattern on 3D protein structures
17
  poetry install
18
 
19
  poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
 
 
 
 
 
 
20
  ```
 
17
  poetry install
18
 
19
  poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
20
+ ```
21
+
22
+ ## Export dependcies from poetry
23
+ Spaces [require](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies) dependencies in a `requirements.txt` file. Export depencies from poetry's `pyproject.toml` file with:
24
+ ```shell
25
+ poetry export -f requirements.txt --output requirements.txt --without-hashes
26
  ```
requirements.txt ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
2
+ anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.8"
3
+ appnope==0.1.3; platform_system == "Darwin" and python_version >= "3.8" and sys_platform == "darwin"
4
+ argon2-cffi-bindings==21.2.0; python_version >= "3.7"
5
+ argon2-cffi==21.3.0; python_version >= "3.8"
6
+ arrow==1.2.3; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
7
+ asttokens==2.2.1; python_version >= "3.8"
8
+ attrs==22.2.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
9
+ backcall==0.2.0; python_version >= "3.8"
10
+ beautifulsoup4==4.11.2; python_full_version >= "3.6.0" and python_version >= "3.7"
11
+ biopython==1.81; python_version >= "3.7"
12
+ bleach==6.0.0; python_version >= "3.7"
13
+ blinker==1.5; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.5.0" or python_full_version > "3.9.7" and python_version >= "3.6"
14
+ boto3==1.26.95; python_version >= "3.7"
15
+ botocore==1.29.95; python_version >= "3.7"
16
+ cachetools==5.3.0; python_version >= "3.7" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7") and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.6")
17
+ certifi==2022.12.7; python_version >= "3.7" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7") and python_full_version >= "3.7.0"
18
+ cffi==1.15.1; implementation_name == "pypy" and python_version >= "3.8"
19
+ charset-normalizer==3.1.0; python_version >= "3.7" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7") and python_full_version >= "3.7.0"
20
+ click==8.1.3; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
21
+ cmake==3.26.0; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0"
22
+ colorama==0.4.6; python_version >= "3.8" and python_full_version < "3.9.7" and platform_system == "Windows" and python_full_version >= "3.7.0" and sys_platform == "win32" or python_full_version > "3.9.7" and python_version >= "3.8" and platform_system == "Windows" and sys_platform == "win32"
23
+ comm==0.1.2; python_version >= "3.8"
24
+ debugpy==1.6.6; python_version >= "3.8"
25
+ decorator==5.1.1; python_version >= "3.8" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.8"
26
+ defusedxml==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
27
+ deprecation==2.1.0; python_version >= "3.7"
28
+ entrypoints==0.4; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
29
+ executing==1.2.0; python_version >= "3.8"
30
+ fastjsonschema==2.16.3; python_version >= "3.7"
31
+ filelock==3.10.0; python_version >= "3.7" and python_full_version >= "3.8.0" and platform_system == "Linux" and platform_machine == "x86_64"
32
+ fqdn==1.5.1; python_version >= "3.7" and python_version < "4" and python_full_version < "3.9.7" or python_version >= "3.7" and python_version < "4" and python_full_version > "3.9.7"
33
+ gitdb==4.0.10; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
34
+ gitpython==3.1.31; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
35
+ huggingface-hub==0.13.2; python_full_version >= "3.7.0"
36
+ idna==3.4; python_version >= "3.8" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7") and python_full_version >= "3.7.0" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7")
37
+ importlib-metadata==6.0.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
38
+ ipykernel==6.21.3; python_version >= "3.8"
39
+ ipyspeck==0.6.1; python_version >= "3.6"
40
+ ipython-genutils==0.2.0; python_version >= "3.7"
41
+ ipython==8.11.0; python_version >= "3.8"
42
+ ipywidgets==7.6.3; python_version >= "3.6"
43
+ isoduration==20.11.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
44
+ jedi==0.18.2; python_version >= "3.8"
45
+ jinja2==3.1.2; python_version >= "3.8" and python_full_version >= "3.8.0" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7") and platform_system == "Linux" and platform_machine == "x86_64"
46
+ jmespath==1.0.1; python_version >= "3.7"
47
+ jsonpointer==2.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.4.0" or python_full_version > "3.9.7" and python_version >= "3.7"
48
+ jsonschema==4.17.3; python_version >= "3.8" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.8"
49
+ jupyter-client==8.0.3; python_full_version >= "3.7.0" and python_version >= "3.8"
50
+ jupyter-core==5.2.0; python_full_version >= "3.7.0" and python_version >= "3.8"
51
+ jupyter-events==0.6.3; python_version >= "3.8"
52
+ jupyter-packaging==0.12.3; python_version >= "3.7"
53
+ jupyter-server-terminals==0.4.4; python_version >= "3.8"
54
+ jupyter-server==2.4.0; python_version >= "3.8"
55
+ jupyterlab-pygments==0.2.2; python_version >= "3.7"
56
+ jupyterlab-widgets==3.0.5; python_version >= "3.7"
57
+ lit==15.0.7; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0"
58
+ lmdb==1.4.0
59
+ markdown-it-py==2.2.0; python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.7.0" or python_full_version > "3.9.7" and python_version >= "3.7"
60
+ markupsafe==2.1.2; python_version >= "3.7" and python_full_version >= "3.8.0" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7")
61
+ matplotlib-inline==0.1.6; python_version >= "3.8"
62
+ mdurl==0.1.2; python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.7.0" or python_full_version > "3.9.7" and python_version >= "3.7"
63
+ mistune==2.0.5; python_version >= "3.7"
64
+ mpmath==1.3.0; python_version >= "3.8" and python_full_version >= "3.8.0"
65
+ nbclassic==0.5.3; python_version >= "3.7"
66
+ nbclient==0.7.2; python_full_version >= "3.7.0" and python_version >= "3.7"
67
+ nbconvert==7.2.10; python_version >= "3.8"
68
+ nbformat==5.7.3; python_full_version >= "3.7.0" and python_version >= "3.8"
69
+ nest-asyncio==1.5.6; python_version >= "3.8"
70
+ networkx==3.0; python_version >= "3.8" and python_full_version >= "3.8.0" and platform_system == "Linux" and platform_machine == "x86_64"
71
+ notebook-shim==0.2.2; python_version >= "3.7"
72
+ notebook==6.5.3; python_version >= "3.7"
73
+ numpy==1.24.2; python_version >= "3.11" and python_full_version < "3.9.7" and python_full_version >= "3.7.0" or python_full_version > "3.9.7" and python_version >= "3.11"
74
+ nvidia-cublas-cu11==11.10.3.66; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
75
+ nvidia-cuda-cupti-cu11==11.7.101; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
76
+ nvidia-cuda-nvrtc-cu11==11.7.99; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
77
+ nvidia-cuda-runtime-cu11==11.7.99; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
78
+ nvidia-cudnn-cu11==8.5.0.96; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
79
+ nvidia-cufft-cu11==10.9.0.58; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
80
+ nvidia-curand-cu11==10.2.10.91; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
81
+ nvidia-cusolver-cu11==11.4.0.1; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
82
+ nvidia-cusparse-cu11==11.7.4.91; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
83
+ nvidia-nccl-cu11==2.14.3; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
84
+ nvidia-nvtx-cu11==11.7.91; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_version >= "3"
85
+ packaging==23.0; python_version >= "3.8" and python_full_version < "3.9.7" and python_full_version >= "3.7.0" or python_full_version > "3.9.7" and python_version >= "3.8"
86
+ pandas==1.5.3; python_version >= "3.8" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.8"
87
+ pandocfilters==1.5.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
88
+ parso==0.8.3; python_version >= "3.8"
89
+ pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.8"
90
+ pickleshare==0.7.5; python_version >= "3.8"
91
+ pillow==9.4.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
92
+ platformdirs==3.1.1; python_version >= "3.8"
93
+ prometheus-client==0.16.0; python_version >= "3.8"
94
+ prompt-toolkit==3.0.38; python_full_version >= "3.7.0" and python_version >= "3.8"
95
+ protobuf==3.20.3; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
96
+ psutil==5.9.4; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.8"
97
+ ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.8" and os_name != "nt"
98
+ pure-eval==0.2.2; python_version >= "3.8"
99
+ py3dmol==2.0.1.post1; python_version >= "3.6"
100
+ pyarrow==11.0.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
101
+ pycparser==2.21; python_version >= "3.8" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.8" and python_full_version >= "3.4.0"
102
+ pydeck==0.8.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
103
+ pygments==2.14.0; python_version >= "3.8" and python_full_version < "3.9.7" and python_full_version >= "3.7.0" or python_full_version > "3.9.7" and python_version >= "3.8"
104
+ pympler==1.0.1; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.6"
105
+ pyrsistent==0.19.3; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
106
+ python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_version >= "3.8" and python_full_version < "3.9.7" and python_full_version >= "3.3.0" or python_full_version > "3.9.7" and python_version >= "3.8"
107
+ python-json-logger==2.0.7; python_version >= "3.8"
108
+ pytz-deprecation-shim==0.1.0.post0; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.6.0" or python_full_version > "3.9.7" and python_version >= "3.6"
109
+ pytz==2022.7.1; python_version >= "3.8" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.8"
110
+ pywin32==305; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.8"
111
+ pywinpty==2.0.10; os_name == "nt" and python_version >= "3.8"
112
+ pyyaml==6.0; python_version >= "3.8" and python_full_version >= "3.7.0"
113
+ pyzmq==25.0.1; python_version >= "3.8"
114
+ regex==2022.10.31; python_version >= "3.6" and python_full_version >= "3.7.0"
115
+ requests==2.28.2; python_version >= "3.7" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7") and python_full_version >= "3.7.0" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.6")
116
+ rfc3339-validator==0.1.4; python_version >= "3.8" and python_full_version < "3.0.0" or python_version >= "3.8" and python_full_version < "3.9.7" and python_full_version >= "3.5.0" or python_full_version > "3.9.7" and python_version >= "3.8"
117
+ rfc3986-validator==0.1.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_version >= "3.8" and python_full_version < "3.9.7" and python_full_version >= "3.5.0" or python_full_version > "3.9.7" and python_version >= "3.8"
118
+ rich==13.3.2; python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.7.0" or python_full_version > "3.9.7" and python_version >= "3.6"
119
+ s3transfer==0.6.0; python_version >= "3.7"
120
+ scipy==1.9.3; python_version >= "3.8"
121
+ semver==2.13.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.4.0" or python_full_version > "3.9.7" and python_version >= "3.6"
122
+ send2trash==1.8.0; python_version >= "3.8"
123
+ sentencepiece==0.1.97
124
+ six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_version >= "3.8" and python_full_version < "3.9.7" and python_full_version >= "3.5.0" or python_full_version > "3.9.7" and python_version >= "3.8"
125
+ smmap==5.0.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
126
+ sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.8"
127
+ soupsieve==2.4; python_full_version >= "3.6.0" and python_version >= "3.7"
128
+ stack-data==0.6.2; python_version >= "3.8"
129
+ stmol==0.0.9; python_version >= "3.6"
130
+ streamlit==1.20.0; (python_version >= "3.7" and python_full_version < "3.9.7") or (python_full_version > "3.9.7")
131
+ sympy==1.11.1; python_version >= "3.8" and python_full_version >= "3.8.0" and platform_system == "Linux" and platform_machine == "x86_64"
132
+ tape-proteins==0.5
133
+ tensorboardx==2.6
134
+ terminado==0.17.1; python_version >= "3.8"
135
+ tinycss2==1.2.1; python_version >= "3.7"
136
+ tokenizers==0.13.2; python_full_version >= "3.7.0"
137
+ toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.3.0" or python_full_version > "3.9.7" and python_version >= "3.6"
138
+ tomlkit==0.11.6; python_version >= "3.7"
139
+ toolz==0.12.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
140
+ torch==2.0.0; python_full_version >= "3.8.0"
141
+ tornado==6.2; python_version >= "3.8" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.8"
142
+ tqdm==4.65.0; python_version >= "3.7" and python_full_version >= "3.7.0"
143
+ traitlets==5.9.0; python_full_version >= "3.7.0" and python_version >= "3.8"
144
+ transformers==4.27.1; python_full_version >= "3.7.0"
145
+ triton==2.0.0; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0"
146
+ typing-extensions==4.5.0; python_version >= "3.7" and python_full_version < "3.9.7" and python_full_version >= "3.8.0" and platform_system == "Linux" and platform_machine == "x86_64" or python_full_version > "3.9.7" and python_version >= "3.7" and platform_system == "Linux" and platform_machine == "x86_64"
147
+ tzdata==2022.7; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or python_version >= "3.7" and python_full_version < "3.9.7" and platform_system == "Windows" and python_full_version >= "3.6.0" or python_full_version > "3.9.7" and python_version >= "3.6" and platform_system == "Windows"
148
+ tzlocal==4.2; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.6"
149
+ uri-template==1.2.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
150
+ urllib3==1.26.15; python_version >= "3.7" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7") and python_full_version >= "3.7.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7")
151
+ validators==0.20.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.6"
152
+ watchdog==2.3.1; python_version >= "3.7" and python_full_version < "3.9.7" and platform_system != "Darwin" or python_full_version > "3.9.7" and platform_system != "Darwin" and python_version >= "3.6"
153
+ wcwidth==0.2.6; python_full_version >= "3.7.0" and python_version >= "3.8"
154
+ webcolors==1.12; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"
155
+ webencodings==0.5.1; python_version >= "3.7"
156
+ websocket-client==1.5.1; python_version >= "3.8"
157
+ widgetsnbextension==3.5.2; python_version >= "3.6"
158
+ zipp==3.15.0; python_version >= "3.7" and python_full_version < "3.9.7" or python_full_version > "3.9.7" and python_version >= "3.7"