Skip to content

Commit

Permalink
upgrade octpy requirements for matpower8
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 12, 2024
1 parent 16e45bc commit cdd1587
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ dynamic = ["version"]

[project.optional-dependencies]
octave = [
"oct2py>=5.5.1",
"oct2py>=5.7.0",
]
dev = [
"jupyter>=1.0.0",
"matplotlib>=3.5.3", # latest support of 3.7
"matpowercaseframes>=1.0.7",
"nbmake>=1.3.5",
"numpy>=1.21.6", # latest support for 3.7
"oct2py>=5.5.1", # latest support for 3.7
"oct2py>=5.7.0",
"openpyxl>=3.1.2",
"pandas>=1.3.5",
"pypglib>=0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ matplotlib>=3.5.3
matpowercaseframes>=1.0.7
nbmake>=1.3.5
numpy>=1.21.6
oct2py>=5.5.1
oct2py>=5.7.0
openpyxl>=3.1.2
pandas>=1.3.5
pypglib>=0.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-latest.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.26.4
pandas==2.2.2
oct2py==5.6.1
oct2py==5.7.0
matplotlib==3.9.0
openpyxl==3.1.2

Expand Down

0 comments on commit cdd1587

Please sign in to comment.