Skip to content

Commit

Permalink
seaborn
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Oct 14, 2024
1 parent 2643d69 commit f326e45
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Install poetry
run: >-
python -m pip install poetry poetry-dynamic-versioning --user
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
poetry self add "poetry-dynamic-versioning[plugin]"
- name: Build a binary wheel and a source tarball
run: >-
python -m poetry build
Expand Down
24 changes: 14 additions & 10 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ source = ".src/pyhgf/__init__.py"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
numpy = "^1.18"
matplotlib = "^3.0.2"
seaborn = "^0.11.2"
matplotlib = "^3.4.0"
seaborn = "^0.13.2"
arviz = "^0.20.0"
pymc = "^5.17.0"
jax = "^0.4.26,<0.4.32"
Expand Down

0 comments on commit f326e45

Please sign in to comment.