Skip to content

Commit 65ff1a3

Browse files
staging into master (#73)
2 parents 3b3ec80 + eb7d30f commit 65ff1a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
valispace==0.1.16 # Valispace Python API
33

44
# Valispace integration Packages (optional)
5-
git+https://github.com/SimScaleGmbH/simscale-python-sdk.git@2.0.0 # SimScale Python SDK
5+
git+https://github.com/SimScaleGmbH/simscale-python-sdk.git@4.0.0 # SimScale Python SDK
66

77
# Basic scientifical packages (mandatory)
88
git+https://[email protected]/valispace/[email protected]+valispace#egg=pint # Physical quantities module (Valispace version)
@@ -29,4 +29,4 @@ slack_sdk==3.19.5 # The Slack API Platform SDK for Python
2929
xacro4sdf==2.1.0 # A simple XML macro script for SDF, like ros/xacro which is designed for URDF
3030
xlrd==2.0.1 # Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
3131
xlsxwriter==3.0.7 # A Python module for creating Excel XLSX files
32-
plotly==5.16.1 #Browser based graphing library
32+
plotly==5.16.1 #Browser based graphing library

backend/valifn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.6.0-release-candidate-1695203953"
22

0 commit comments

Comments
 (0)