Skip to content

Commit

Permalink
Fix vtk requirement (#3882)
Browse files Browse the repository at this point in the history
* dummy edit

* reset temp dir

* reset temp dir

* reset temp dir

* reset temp dir

* Testvtk rollback

* reverting dummy modifications

---------

Co-authored-by: maxcapodi78 <Shark78>
  • Loading branch information
Alberto-DM authored Nov 15, 2023
1 parent 812c992 commit 67d7ec1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tests = [
"pytest==7.4.2",
"pytest-cov==4.1.0",
"pytest-xdist==3.3.1",
"vtk==9.2.6",
"pyvista==0.38.0; python_version <= '3.7'",
"pyvista==0.42.2; python_version > '3.7'",
"scikit-learn==1.3.0; python_version == '3.7'",
Expand All @@ -80,6 +81,7 @@ doc = [
"osmnx",
"pypandoc==1.11",
"pytest-sphinx==0.5.0",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"recommonmark==0.7.1",
Expand Down Expand Up @@ -112,6 +114,7 @@ full = [
"pandas==2.0.3; python_version == '3.8'",
"pandas==2.1.1; python_version > '3.9'",
"osmnx",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"SRTM.py",
Expand All @@ -131,6 +134,7 @@ all = [
"pandas==2.0.3; python_version == '3.8'",
"pandas==2.1.1; python_version > '3.9'",
"osmnx",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"SRTM.py",
Expand Down Expand Up @@ -204,6 +208,6 @@ checks = [
exclude = [
'\.AEDTMessageManager.add_message$', # bad SS05
'\.Modeler3D\.create_choke$', # bad RT05
'\._unittest\', # missing docstring for tests
'\._unittest', # missing docstring for tests
'HistoryProps.', # bad RT05 because of the base class named OrderedDict
]

0 comments on commit 67d7ec1

Please sign in to comment.