Skip to content

Commit 8fca070

Browse files
authored
Merge pull request #45 from Imageomics/update-requirements
updated requirements and turned off debug
2 parents ffbcad8 + c781d53 commit 8fca070

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dashboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ def update_display(n_clicks, jsonified_data, subspecies, view, sex, hybrid, num_
334334
style = {'color': 'MidnightBlue'})
335335

336336
if __name__ == '__main__':
337-
app.run_server(debug=True)
337+
app.run()

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pandas==2.0.0
2-
plotly==5.14.1
3-
dash==2.9.3
1+
pandas==2.0.3
2+
plotly==5.15.0
3+
dash==2.11.1

0 commit comments

Comments
 (0)