Skip to content

Commit

Permalink
changes in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Boat committed Mar 24, 2023
1 parent 30af692 commit 378b282
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyESD.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ sklearn
tensorflow
eofs
netCDF4
scikit-optimize
Binary file modified pyESD/__pycache__/dense_models.cpython-39.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions pyESD/dense_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Created on Wed Mar 16 12:26:01 2022
@author: dboateng
This module require further development of add deep learning models!
"""

# importing models
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pandas
sklearn
tensorflow
eofs
netCDF4
netCDF4
scikit-optimize

0 comments on commit 378b282

Please sign in to comment.