Skip to content

Commit

Permalink
is it a requirements problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed Dec 20, 2023
1 parent 9de3f72 commit b9e90db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: "3.10"
python-version: "3.11"
- name: Retrieve pre-built distribution files
uses: actions/download-artifact@v3
with: { name: python-distribution-files, path: dist/ }
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dirichlet
dtreeviz
importlib-metadata
matplotlib
nbsphinx
numpy>=1.21.1
pandas>=1.2
pydotplus
Expand Down

0 comments on commit b9e90db

Please sign in to comment.