Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   demo/demo_modality_plot.py
	modified:   pyproject.toml
	modified:   requirements.txt
	modified:   src/DiaModality/_version.py
	deleted:    src/DiaModality/scsv.py
  • Loading branch information
konung-yaropolk committed Dec 30, 2024
1 parent 3f11d99 commit c745139
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 112 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ with open(file_path, mode='w', newline='') as file:
---
``plot_sample_data.py``:
```python
import DiaModality.CsvParser as csv
import DiaModality.ModalityPlot as plt
import scsv as csv
import os

# input files:
Expand Down
2 changes: 1 addition & 1 deletion demo/demo_modality_plot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
import DiaModality.scsv as csv
import DiaModality.ModalityPlot as plt
import scsv as csv
import os

if __name__ == '__main__':
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
dependencies = [
"numpy",
"matplotlib",
"scsv",
]

[project.urls]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
matplotlib
numpy
numpy
scsv
2 changes: 1 addition & 1 deletion src/DiaModality/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.8"
__version__ = "0.2.0"
108 changes: 0 additions & 108 deletions src/DiaModality/scsv.py

This file was deleted.

0 comments on commit c745139

Please sign in to comment.