Skip to content

Commit 4a1eefd

Browse files
committed
remove tupan as a dependency of tupan in toml
1 parent 77bd9f3 commit 4a1eefd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/amuse_tupan/packages/amuse-tupan/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name = "amuse-tupan"
33
dynamic = ["version"]
44
requires-python = ">=3.7"
55
dependencies = [
6-
"amuse-framework",
7-
"amuse_tupan"
6+
"amuse-framework"
87
]
98

109
[build-system]
@@ -44,4 +43,3 @@ pythonpath = ["amuse_tupan/tests/"]
4443
testpaths = ["amuse_tupan/tests"]
4544

4645
addopts = "--import-mode=append" # test the installed package
47-

0 commit comments

Comments
 (0)