-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop support from 3.7 as oct2py no longer support
- Loading branch information
Showing
5 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
name = "matpower" | ||
description = 'matpower-pip: A Python Package for Easy Access to MATPOWER Power System Simulation Package' | ||
readme = "README.md" | ||
requires-python = ">=3.7.1" | ||
requires-python = ">=3.8.1" | ||
keywords = [] | ||
authors = [ | ||
{name = "Muhammad Yasirroni", email = "[email protected]"}, | ||
|
@@ -16,11 +16,11 @@ maintainers = [ | |
] | ||
classifiers = [ | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: Mathematics", | ||
] | ||
|
@@ -33,10 +33,10 @@ octave = [ | |
] | ||
dev = [ | ||
"jupyter>=1.0.0", | ||
"matplotlib>=3.5.3", # latest support of 3.7 | ||
"matplotlib>=3.5.3", | ||
"matpowercaseframes>=1.0.7", | ||
"nbmake>=1.3.5", | ||
"numpy>=1.21.6", # latest support for 3.7 | ||
"numpy>=1.21.6", | ||
"oct2py>=5.7.0", | ||
"openpyxl>=3.1.2", | ||
"pandas>=1.3.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters