Skip to content

Commit

Permalink
Add typing extensions to conda yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed May 21, 2021
1 parent 2e81c2f commit 2334b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ requirements:
- filelock
- requests
- tqdm
- typing-extensions
run:
- python
- pip
- filelock
- requests
- tqdm
- typing-extensions

test:
imports:
Expand Down

0 comments on commit 2334b75

Please sign in to comment.