Skip to content

Commit 4183851

Browse files
authored
chore: Update pyproject.toml to allow for vtk>=9.4 (#111)
* Update pyproject.toml to allow for vtk>=9.3 The current vtk==9.3 requirement is causing the package to fail. We use 9.4.2 in GEOS. * Add back missing script geos_ats_process_tests_fails="geos.ats.helpers.process_tests_failures:main" * Update pyproject.toml
1 parent 5c0fe44 commit 4183851

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

geos-ats/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ setup_ats_environment = "geos.ats.environment_setup:main"
3939
geos_ats_log_check = "geos.ats.helpers.log_check:main"
4040
geos_ats_restart_check = "geos.ats.helpers.restart_check:main"
4141
geos_ats_curve_check = "geos.ats.helpers.curve_check:main"
42+
geos_ats_process_tests_fails="geos.ats.helpers.process_tests_failures:main"
4243

4344
[project.urls]
4445
Homepage = "https://github.com/GEOS-DEV/geosPythonPackages"

geos-mesh/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
requires-python = ">=3.10"
2626

2727
dependencies = [
28-
"vtk == 9.3",
28+
"vtk >= 9.3",
2929
"networkx >= 2.4",
3030
"tqdm >= 4.67",
3131
"numpy >= 2.2",

0 commit comments

Comments
 (0)