Skip to content

Commit

Permalink
Merge branch '1.2.x' into 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Apr 25, 2022
2 parents 283b86b + 14f53f6 commit 63a0ea5
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ joblib = "~=0.14.1"
typing_inspect = "~=0.4.0"
# additional minimum requirements of shap
ipython = "==7.0"
# address incompatibility with Python 3.6
typing-extensions = "<4.2"

[build.matrix.max]
# direct requirements of gamma-facet
Expand Down

0 comments on commit 63a0ea5

Please sign in to comment.