Skip to content

Commit

Permalink
Merge pull request #140 from Roestlab/patch/fix_streamlit
Browse files Browse the repository at this point in the history
fix: errors in last PR
  • Loading branch information
jcharkow authored Oct 7, 2024
2 parents a9a5c8a + c499476 commit 22759be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
requires-python = ">=3.9, <=3.12"
dependencies = [
"bokeh==2.4.3",
"Click",
"click>=8.1",
"joblib",
"matplotlib",
"numpy>=1.9.0",
Expand All @@ -44,7 +44,7 @@ gui = [ 'streamlit>=1.30.0', 'streamlit-javascript', 'tk', 'pyautogui' ]
conformer= [ 'onnxruntime' ]


[scripts]
[project.scripts]
massdash = 'massdash.main:cli'

[tool.flit.sdist]
Expand Down

0 comments on commit 22759be

Please sign in to comment.