Skip to content

Commit

Permalink
Pinned tornado to >=6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pale-Blue-Dot-97 committed Sep 11, 2023
1 parent d7bb4cb commit 0643e89
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tensorflow = "==2.13.0"
timm = "==0.9.2"
torchgeo = {git = "https://github.com/microsoft/torchgeo"}
torchinfo = "==1.8.0"
tornado = ">=6.3.3"
tqdm = "==4.66.1"
types-PyYAML = "==6.0.12.11"
types-requests = "==2.31.0.2"
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tensorflow==2.13.0
timm==0.9.2
torchgeo@git+https://github.com/microsoft/torchgeo
torchinfo==1.8.0
tornado>=6.3.3
tqdm==4.66.1
types-PyYAML==6.0.12.11
types-requests==2.31.0.2
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tensorflow==2.13.0
timm==0.9.2
torchgeo@git+https://github.com/microsoft/torchgeo
torchinfo==1.8.0
tornado>=6.3.3
tox==4.8.0
tqdm==4.66.1
types-PyYAML==6.0.12.11
Expand Down

0 comments on commit 0643e89

Please sign in to comment.