Skip to content

Commit f19654c

Browse files
committed
Minor fix for proper installation with dss-python[all]
1 parent e3df5b6 commit f19654c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ relevant. See [DSS C-API's repository](https://github.com/dss-extensions/dss_cap
55

66
## 0.15.x
77

8+
### 0.15.1
9+
10+
Released on 2024-02-12.
11+
12+
- Fix installation with `pip install dss-python[all]`.
13+
814
### 0.15.0
915

1016
Released on 2024-02-09.

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ Plotting <examples/Plotting>
221221
JSON export/import (WIP) <examples/JSON>
222222
User-models (PyIndMach012) <examples/UserModels/PyIndMach012/README>
223223
examples/Multithreading
224-
Changelog <changelog>
225224
```
226225

227226
```{toctree}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ plot = [
7878
all = [
7979
"matplotlib",
8080
"scipy",
81-
"opendssdirect",
81+
"opendssdirect-py[extras]",
8282
"altdss",
8383
"pandas",
8484
]

0 commit comments

Comments
 (0)