Skip to content

Commit

Permalink
[wheel] Use MSVC 2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Oct 29, 2024
1 parent 7733328 commit e9509b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
license = { file = "LICENSE.txt" }
authors = [{ email = "info@opengeosys.org" }, { name = "OpenGeoSys Community" }]
requires-python = ">=3.9"
dependencies = [ "pandas" ]
dependencies = ["pandas"]

[project.urls]
homepage = "https://opengeosys.org"
Expand Down Expand Up @@ -80,7 +80,7 @@ environment-pass = [
"cmake.define.OGS_USE_MFRONT" = "OFF"
# Generator needs to be set here, CMAKE_GENERATOR env var does not work.
# Ninja generator does not select the host64 compiler.
"cmake.args" = "-G;Visual Studio 16 2019;--preset;wheel"
"cmake.args" = "-G;Visual Studio 17 2022;--preset;wheel"

[tool.ruff]
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]
Expand Down

0 comments on commit e9509b5

Please sign in to comment.