This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates from Overleaf * Replace sklearn by scikit-learn in requirements; add scipy requirement * Replace sklearn by scikit-learn in requirements; add scipy requirement * Prepare release
- Loading branch information
1 parent
7037ec5
commit c8eef24
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
if __name__ == "__main__": | ||
setup( | ||
name="pv_evaluation", | ||
version="1.0.0", | ||
version="1.0.1", | ||
license_files = ('LICENSE.txt',), | ||
author="Olivier Binette, Sarvo Madhavan", | ||
author_email="[email protected]", | ||
|
@@ -20,7 +20,8 @@ | |
"python-snappy", | ||
"numpy", | ||
"plotly", | ||
"sklearn", | ||
"scikit-learn", | ||
"scipy", | ||
"quarto", | ||
"jinja2", | ||
"kaleido", | ||
|