Skip to content

Commit

Permalink
add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Nov 15, 2023
1 parent 466395f commit 6ed007d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
mkdocs-material-
- run: |
pip install poetry
poetry install --with docs
poetry install --with docs,geo
- run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
Expand Down
42 changes: 41 additions & 1 deletion poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ sentry-sdk = {extras = ["loguru"], version = "^1.32.0"}
o2conversion = {git = "https://github.com/HakaiInstitute/python-o2-conversion.git"}
pytz = "^2023.3.post1"
numpy = "^1.26.1"
gsw = "^3.6.17"
requests = "^2.31.0"
xmltodict = "^0.13.0"

[tool.poetry.group.geo]
optional = true
Expand Down

0 comments on commit 6ed007d

Please sign in to comment.