Skip to content

Commit

Permalink
added pyyaml depdency
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Oct 11, 2024
1 parent 99d8528 commit c9ef79d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install impresso

## Usage

See sample notebooks in the [examples/notebooks]([examples/notebooks](https://github.com/impresso/impresso-py/tree/main/examples/notebooks)) directory or examples available in the [Impresso Datalab](https://impresso-project.ch/datalab/).
See sample notebooks in the [examples/notebooks](https://github.com/impresso/impresso-py/tree/main/examples/notebooks) directory or examples available in the [Impresso Datalab](https://impresso-project.ch/datalab/).

## Extending the library

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/impresso/impresso-py"
version = "0.9.1"
version = "0.9.2"

[tool.poetry.urls]
Endpoint = "https://impresso-project.ch/public-api"
Expand All @@ -37,6 +37,7 @@ in-project = true

[tool.poetry.dependencies]
PyJWT = "^2.8.0"
PyYAML = "^6.0.2"
attrs = "^23.2.0"
httpx = "^0.27.0"
matplotlib = "^3.7.0"
Expand Down

0 comments on commit c9ef79d

Please sign in to comment.