Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aeiwz committed Jul 13, 2024
1 parent 1185252 commit 9293857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 113 deletions.
110 changes: 0 additions & 110 deletions lingress/test.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion lingress/ui_pickie_peak.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def export_x_positions(n_clicks, stored_peaks):

return dict(content=csv_string, filename="x_positions.csv")

app.run_server(debug=True)
app.run_server(debug=True)


if __name__ == '__main__':
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
setup(
name = 'lingress',
packages = ['lingress'],
version = '3.0.5',
version = '3.0.6',
license='MIT',
description = 'Metabolomics data analysis with univariate (linear regression) and visualization tools.',
long_description=DESCRIPTION,
author = 'aeiwz',
author_email = '[email protected]',
url = 'https://github.com/aeiwz/lingress.git',
download_url = 'https://github.com/aeiwz/lingress/archive/refs/tags/v3.0.5.tar.gz',
download_url = 'https://github.com/aeiwz/lingress/archive/refs/tags/v3.0.6.tar.gz',
keywords = ['Omics', 'Chemometrics', 'Visualization', 'Data Analysis', 'Univariate', 'Linear Regression'],
install_requires=[
'scikit-learn',
Expand Down

0 comments on commit 9293857

Please sign in to comment.