We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bca77 commit 9e26270Copy full SHA for 9e26270
1 file changed
pyproject.toml
@@ -20,7 +20,7 @@ artifacts = ["altdss/_version.py"]
20
name = "altdss"
21
dynamic = ["version"]
22
dependencies = [
23
- "dss_python>=0.15.5,<0.16.0",
+ "dss_python",
24
"dss_python_backend==0.14.4",
25
"numpy>=1.21.0",
26
"typing_extensions>=4.5,<5",
@@ -69,5 +69,5 @@ test = [
69
"pytest",
70
]
71
all = [
72
- "dss_python[all]>=0.15.5,<0.16.0",
+ "dss_python[all]",
73
0 commit comments