Skip to content
Snippets Groups Projects
Commit 0f46937b authored by li213's avatar li213
Browse files

tweaking requirements

parent e82cb608
No related branches found
No related tags found
1 merge request!9Tutorial
...@@ -14,5 +14,4 @@ plotly~=5.8.0 ...@@ -14,5 +14,4 @@ plotly~=5.8.0
beautifulsoup4~=4.11.1 beautifulsoup4~=4.11.1
lxml~=4.9.1 lxml~=4.9.1
torch torch
tensorboardX
tqdm tqdm
\ No newline at end of file
...@@ -26,7 +26,9 @@ setup( ...@@ -26,7 +26,9 @@ setup(
"igraph~=0.9.10", "igraph~=0.9.10",
"plotly~=5.8.0", "plotly~=5.8.0",
"beautifulsoup4~=4.11.1", "beautifulsoup4~=4.11.1",
"lxml~=4.9.1" "lxml~=4.9.1",
"torch",
"tqdm"
], ],
classifiers=[ classifiers=[
'Development Status :: 2 - Pre-Alpha', 'Development Status :: 2 - Pre-Alpha',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment