Skip to content

Commit 217b73b

Browse files
committed
Merge branch 'hotfix/v2.14.2'
2 parents de9db34 + bb6805d commit 217b73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
# "shapely", "pyproj" are dependencies of geopandas and so already available;
5757
# "base64", "hashlib", "zlib" produce installing problems, so they are not included
5858
"test": ["pytest", "pytest-xdist"],
59-
"performance": ["ortools"], # , "lightsim2grid"],
59+
"performance": ["ortools", "numba", "lightsim2grid"],
6060
"pgm": ["power-grid-model-io"],
6161
"fileio": ["xlsxwriter", "openpyxl", "cryptography", "geopandas", "psycopg2"],
6262
# "fiona" is a depedency of geopandas and so already available
6363
"converter": ["matpowercaseframes"],
6464
"all": ["numpydoc", "sphinx", "sphinx_rtd_theme",
6565
"plotly>=3.1.1", "matplotlib", "igraph", "geopandas", "geojson",
66-
"pytest~=7.0", "pytest-xdist",
66+
"pytest~=8.1", "pytest-xdist",
6767
"ortools", # lightsim2grid,
6868
"xlsxwriter", "openpyxl", "cryptography",
6969
"psycopg2", # for PostgreSQL I/O

0 commit comments

Comments
 (0)