Skip to content

Commit

Permalink
fix: errors in last PR
Browse files Browse the repository at this point in the history
rename MRM-->Chromatogram in file so streamlit works
fix commandline interface with new pyproject.toml file
remove old requirements files
  • Loading branch information
jcharkow committed Oct 7, 2024
1 parent a9a5c8a commit 3b3f4a4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 26 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
6 changes: 0 additions & 6 deletions requirements-dev.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements-optional.txt

This file was deleted.

17 changes: 0 additions & 17 deletions requirements.txt

This file was deleted.

0 comments on commit 3b3f4a4

Please sign in to comment.