Skip to content

Commit

Permalink
Minor fix for proper installation with dss-python[all]
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Feb 13, 2024
1 parent e3df5b6 commit f19654c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ relevant. See [DSS C-API's repository](https://github.com/dss-extensions/dss_cap

## 0.15.x

### 0.15.1

Released on 2024-02-12.

- Fix installation with `pip install dss-python[all]`.

### 0.15.0

Released on 2024-02-09.
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ Plotting <examples/Plotting>
JSON export/import (WIP) <examples/JSON>
User-models (PyIndMach012) <examples/UserModels/PyIndMach012/README>
examples/Multithreading
Changelog <changelog>
```

```{toctree}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ plot = [
all = [
"matplotlib",
"scipy",
"opendssdirect",
"opendssdirect-py[extras]",
"altdss",
"pandas",
]

0 comments on commit f19654c

Please sign in to comment.