diff --git a/README.md b/README.md index 99347d9..cbe787b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/poetry.lock b/poetry.lock index f005544..aa8e470 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1829,4 +1829,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.0 || ^3.11.0" -content-hash = "bff0e3b8e4b655e830ab5b4c4d3887b465b3ceb0b248cb532217d795bf6f0603" +content-hash = "6e0d063ed84cdc1d6d2dfbfb4ec65c803661b0ec9a5c2088aceb0fe1f882b020" diff --git a/pyproject.toml b/pyproject.toml index b29eda6..1fe11a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"