Skip to content

Commit 4f92988

Browse files
authored
Remove star sign from dependencies in pyproject.toml
1 parent c5bc360 commit 4f92988

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
@@ -24,7 +24,7 @@ classifiers = [
2424
"Operating System :: OS Independent",
2525
]
2626
dependencies = [
27-
"ansys-dpf-gate>=0.3.*",
27+
"ansys-dpf-gate>=0.3.0",
2828
"imageio < 2.28.1",
2929
"importlib-metadata >=4.0",
3030
"numpy",

0 commit comments

Comments
 (0)