Skip to content

Commit

Permalink
added new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanush committed Mar 15, 2023
1 parent be1f1c3 commit 074220f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HyAn/report /report_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def header(self):
self.cell(0, 20, 'Hydro Analyzer Report', 1, 1, 'C')


class report():
class Report():
def __init__(self):
super.__init__()

Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"matplotlib==3.7.1",
"numpy==1.24.2",
"PySide6==6.4.2",
"scipy==1.10.1",
"setuptools==65.6.3",
fpdf==1.7.2
matplotlib==3.7.1
numpy==1.24.2
pandas==1.5.3
PySide6==6.4.2
scipy==1.10.1
setuptools==65.6.3
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def get_version(rel_path: str) -> str:
"PySide6==6.4.2",
"scipy==1.10.1",
"setuptools==65.6.3",
"fpdf==1.7.2"
],
package_dir={"hydro-analyzer": "HyAn"},
)

0 comments on commit 074220f

Please sign in to comment.