We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bd9f3 commit 4a1eefdCopy full SHA for 4a1eefd
1 file changed
src/amuse_tupan/packages/amuse-tupan/pyproject.toml
@@ -3,8 +3,7 @@ name = "amuse-tupan"
3
dynamic = ["version"]
4
requires-python = ">=3.7"
5
dependencies = [
6
- "amuse-framework",
7
- "amuse_tupan"
+ "amuse-framework"
8
]
9
10
[build-system]
@@ -44,4 +43,3 @@ pythonpath = ["amuse_tupan/tests/"]
44
43
testpaths = ["amuse_tupan/tests"]
45
46
addopts = "--import-mode=append" # test the installed package
47
-
0 commit comments