Skip to content

Commit 9e26270

Browse files
committed
pyproject.toml: Use the backend as the anchor package, let DSS-Python float.
1 parent 10bca77 commit 9e26270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ artifacts = ["altdss/_version.py"]
2020
name = "altdss"
2121
dynamic = ["version"]
2222
dependencies = [
23-
"dss_python>=0.15.5,<0.16.0",
23+
"dss_python",
2424
"dss_python_backend==0.14.4",
2525
"numpy>=1.21.0",
2626
"typing_extensions>=4.5,<5",
@@ -69,5 +69,5 @@ test = [
6969
"pytest",
7070
]
7171
all = [
72-
"dss_python[all]>=0.15.5,<0.16.0",
72+
"dss_python[all]",
7373
]

0 commit comments

Comments
 (0)