We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab061ca + f57df07 commit a2313daCopy full SHA for a2313da
backend/requirements.txt
@@ -29,3 +29,4 @@ slack_sdk==3.19.5 # The Slack API Platform SDK for Python
29
xacro4sdf==2.1.0 # A simple XML macro script for SDF, like ros/xacro which is designed for URDF
30
xlrd==2.0.1 # Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
31
xlsxwriter==3.0.7 # A Python module for creating Excel XLSX files
32
+plotly==5.16.1 #Browser based graphing library
backend/valifn/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.5.0"
+__version__ = "1.5.0-release-candidate-1693480082"
2
0 commit comments