We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bda8c commit 5f0ad19Copy full SHA for 5f0ad19
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
name = "ansys-dpf-post"
8
-version = "0.9.4.dev0"
+version = "0.10.0"
9
description = "PyDPF-Post Python library."
10
readme = "README.md"
11
requires-python = ">=3.9,<4.0"
@@ -18,7 +18,7 @@ maintainers = [
18
{name = "ANSYS, Inc.", email = "[email protected]"},
19
]
20
dependencies = [
21
- "ansys-dpf-core@git+https://github.com/ansys/pydpf-core.git",
+ "ansys-dpf-core",
22
"scooby",
23
24
classifiers = [
0 commit comments