We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fdcdb commit 23120eeCopy full SHA for 23120ee
2 files changed
.github/workflows/builds.yml
@@ -4,7 +4,7 @@ name: Builds
4
5
env:
6
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
7
- DSS_CAPI_TAG: '0.15.0b3'
+ DSS_CAPI_TAG: '0.15.0b4'
8
9
on:
10
# release:
pyproject.toml
@@ -24,7 +24,7 @@ packages = ["dss"]
24
name = "dss-python"
25
dynamic = ["version"]
26
dependencies = [
27
- "dss_python_backend==0.15.0b3",
+ "dss_python_backend==0.15.0b4",
28
"numpy>=2,<3",
29
"typing_extensions>=4.5,<5",
30
]
0 commit comments