Skip to content

Commit b6a539a

Browse files
committed
dss_python_backend==0.13.4
1 parent f830b91 commit b6a539a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Builds
44

55
env:
66
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
7-
DSS_CAPI_TAG: '0.13.3'
7+
DSS_CAPI_TAG: '0.13.4'
88

99
on:
1010
# release:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
license="BSD",
6464
packages=['dss', 'dss.UserModels'],
6565
ext_package="dss",
66-
install_requires=["dss_python_backend==0.13.3", "numpy>=1.21.0", "typing_extensions>=4.5,<5"],
66+
install_requires=["dss_python_backend==0.13.4", "numpy>=1.21.0", "typing_extensions>=4.5,<5"],
6767
extras_require={'plot': ["matplotlib", "scipy"]}, #TODO: test which versions should work
6868
tests_require=["scipy", "ruff", "xmldiff", "pandas", "pytest"],
6969
zip_safe=False,

0 commit comments

Comments
 (0)