Skip to content

Commit

Permalink
Update dependencies (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemarkson authored Jul 6, 2020
1 parent d4444a7 commit db904a5
Show file tree
Hide file tree
Showing 5 changed files with 586 additions and 585 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1.2.0
with:
python-version: '3.7.x'
python-version: '3.8.x'
architecture: 'x64'

- name: Install Poetry
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DSSData is built on [OpenDSSDirect.py](https://github.com/dss-extensions/OpenDSS

## Requirements

- Python 3.7.x
- Python 3.7 +


## Contributors
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dssdata"
version = "0.1.2"
version = "0.1.3"
description = "Organizing OpenDSS data"
authors = ["Felipe M. S. Monteiro <fmarkson@outlook.com>"]
license = "MIT"
Expand All @@ -15,8 +15,8 @@ classifiers = [


[tool.poetry.dependencies]
python = "~3.7"
"OpenDSSDirect.py" = {extras = ["extras"], version = "^0.3.7"}
python = "^3.7"
"OpenDSSDirect.py" = {extras = ["extras"], version = "~0.4"}

[tool.poetry.dev-dependencies]
mkdocstrings = "^0.11.0"
Expand All @@ -27,6 +27,7 @@ ipykernel = "^5.2.1"
mkdocs-material = "^5.1.4"
notebook = "^6.0.3"
mkdocs-jupyter = "^0.11.0"
ipdb = "^0.13.3"

[build-system]
requires = ["poetry>=0.12"]
Expand Down
4 changes: 2 additions & 2 deletions test/test_datas/all_line_infos.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"0": 151.3,
"1": 152.84,
"2": 152.96,
"3": 0.0,
"3": 90.0,
"4": 142.21,
"5": null,
"6": null,
Expand All @@ -213,7 +213,7 @@
"0": 38.7,
"1": 44.77,
"2": 47.45,
"3": -132.27,
"3": -49.4,
"4": 20.86,
"5": 37.05,
"6": 57.77,
Expand Down
Loading

0 comments on commit db904a5

Please sign in to comment.