Skip to content

Commit

Permalink
Merge branch 'master' into integrate_commode_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
SpirinEgor authored Aug 22, 2021
2 parents 18cf607 + 88b1a32 commit ef8229d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
with open("README.md") as readme_file:
readme = readme_file.read()

with open("requirements.txt") as requirements_file:
install_requires = [
"torch>=1.9.0",
"pytorch-lightning~=1.4.2",
"torchmetrics~=0.5.0",
"tqdm~=4.62.1",
"wandb~=0.12.0",
"omegaconf~=2.1.1",
"commode-utils>=0.3.8",
]
install_requires = [
"torch>=1.9.0",
"pytorch-lightning~=1.4.2",
"torchmetrics~=0.5.0",
"tqdm~=4.62.1",
"wandb~=0.12.0",
"omegaconf~=2.1.1",
"commode-utils>=0.3.8",
]

setup_args = dict(
name="code2seq",
Expand Down

0 comments on commit ef8229d

Please # to comment.