Skip to content

Commit 2221a7b

Browse files
committed
Allowing ansys-tools-path 0.2.4 for python3.7 compatibility
1 parent 55e0e2e commit 2221a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"protobuf>=3.12.2", # minimum required based on latest ansys-grpc-mapdl
3333
"psutil>=5.9.4",
3434
"pyansys-tools-versioning>=0.3.3",
35-
"ansys-tools-path>=0.3.1",
35+
"ansys-tools-path>=0.2.4",
3636
"pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl'
3737
"pyvista>=0.33.0,<0.41",
3838
"scipy>=1.3.0", # for sparse (consider optional?)

0 commit comments

Comments
 (0)