Skip to content

Commit

Permalink
dss_python_backend==0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Jun 27, 2023
1 parent f830b91 commit b6a539a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Builds

env:
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
DSS_CAPI_TAG: '0.13.3'
DSS_CAPI_TAG: '0.13.4'

on:
# release:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
license="BSD",
packages=['dss', 'dss.UserModels'],
ext_package="dss",
install_requires=["dss_python_backend==0.13.3", "numpy>=1.21.0", "typing_extensions>=4.5,<5"],
install_requires=["dss_python_backend==0.13.4", "numpy>=1.21.0", "typing_extensions>=4.5,<5"],
extras_require={'plot': ["matplotlib", "scipy"]}, #TODO: test which versions should work
tests_require=["scipy", "ruff", "xmldiff", "pandas", "pytest"],
zip_safe=False,
Expand Down

0 comments on commit b6a539a

Please sign in to comment.