Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnan93 committed Jun 22, 2023
1 parent d42d514 commit 979eeae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ chardet==4.0.0
charset-normalizer==2.0.1
click==8.0.1
colorama==0.4.4
cookiecutter==2.1.1
coverage==5.5
cryptography==3.4.8
cycler==0.10.0
Expand Down Expand Up @@ -115,9 +114,9 @@ termcolor==1.1.0
text-unidecode==1.3
toml
tomli==1.2.1
torch==1.9.0
torchmetrics==0.5.0
torchvision==0.10.0
torch>=1.9.0
torchmetrics>=0.5.0
torchvision>=0.10.0
tornado
tox==3.14.0
tqdm
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ Markdown==3.3.4
MarkupSafe==2.0.1
matplotlib
mccabe==0.6.1
mkl-fft==1.3.0
mkl-fft
mkl-random
mkl-service
mypy-extensions==0.4.3
networkx==2.6.2
nodeenv==1.6.0
Expand Down

0 comments on commit 979eeae

Please sign in to comment.