Skip to content

Commit

Permalink
Fix typing icompatibility error (benetech#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan-anokhin committed Apr 21, 2022
1 parent 0648d03 commit 483357a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies:
- trimap
- pacmap
- torch
- typing_extensions==4.1.1
- grpcio==1.43.0
- grpcio-tools==1.43.0

1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies:
- trimap
- pacmap
- torch
- typing_extensions==4.1.1
- grpcio==1.43.0
- grpcio-tools==1.43.0

Expand Down

0 comments on commit 483357a

Please sign in to comment.