Skip to content

Commit

Permalink
BUILD: pin typing-extensions to <4.2
Browse files Browse the repository at this point in the history
… to address an incompatibility with Python 3.6
  • Loading branch information
j-ittner committed Apr 25, 2022
1 parent 6cae388 commit 8e64e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions condabuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ test:
- typing_inspect {{ environ.get('FACET_V_TYPING_INSPECT') }}
# additional requirements of shap
- ipython {{ environ.get('FACET_V_IPYTHON') }}
# address incompatibility with Python 3.6
- typing_extensions {{ environ.get('FACET_V_TYPING_EXTENSIONS', '') }}
commands:
- conda list
- python -c 'import facet;
Expand Down

0 comments on commit 8e64e0b

Please sign in to comment.