File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1414 OPENMS_VERSION : 3.2.0
1515 PYTHON_VERSION : 3.11.0
1616 # Name of the installer
17- APP_NAME : FLASHApp-0.9.13
17+ APP_NAME : FLASHApp-0.9.14
1818 APP_UpgradeCode : " 69ae44ad-d554-4e3c-8715-7c4daf60f8bb"
1919
2020jobs :
Original file line number Diff line number Diff line change 1+ # Needed as polars doesnt work well with forking on unix systems
2+ import multiprocessing as mp
3+ if mp .get_start_method (allow_none = True ) != "spawn" :
4+ mp .set_start_method ("spawn" , force = True )
5+
16import streamlit as st
27from pathlib import Path
38import json
Original file line number Diff line number Diff line change 11{
22 "app-name" : " FLASHApp" ,
33 "github-user" : " OpenMS" ,
4- "version" : " 0.9.13 " ,
4+ "version" : " 0.9.14 " ,
55 "repository-name" : " FLASHApp" ,
66 "analytics" : {
77 "google-analytics" : {
You can’t perform that action at this time.
0 commit comments