Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev/loka/constraints_examples' i…
Browse files Browse the repository at this point in the history
…nto dev/loka/constraints_examples
  • Loading branch information
MilenaTrajanoska committed Jan 25, 2022
2 parents eb06ace + 707eed5 commit b17b649
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8'
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
Expand Down
104 changes: 52 additions & 52 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ whylogs = 'whylogs.cli:main'
whylogs-demo = 'whylogs.cli:demo_main'

[tool.poetry.dependencies]
python = ">=3.6.1,<3.11"
python = ">=3.6.1,<3.10"
click = ">=7.1.2"
jsonschema = ">=3.2.0"
protobuf = ">=3.15.5"
Expand Down

0 comments on commit b17b649

Please sign in to comment.