Skip to content

Commit

Permalink
Merge pull request #18 from taruma/17-use-hidrokit-041
Browse files Browse the repository at this point in the history
  • Loading branch information
taruma authored Jun 13, 2022
2 parents 4edde7e + 7aa4a11 commit ca3c0e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Navigasi dengan grafik interaktif plotly:

## Catatan

- Dashboard ini seharusnya bergantung pada paket hidrokit terutama pada modul `hidrokit.contrib.taruma.hk98` mengenai rekap data (tabel analisis). Akan tetapi ditemukan isu di hidrokit/hidrokit#219. Sehingga untuk sementara modul tersebut terpisah dengan dashboard ini.
- ~~Dashboard ini seharusnya bergantung pada paket hidrokit terutama pada modul `hidrokit.contrib.taruma.hk98` mengenai rekap data (tabel analisis). Akan tetapi ditemukan isu di hidrokit/hidrokit#219. Sehingga untuk sementara modul tersebut terpisah dengan dashboard ini.~~ Sudah menggunakan hidrokit versi 0.4.1.
2 changes: 1 addition & 1 deletion pyfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd
from dash import html
import numpy as np
from hktaruma import hk98
from hidrokit.contrib.taruma import hk98


def parse_upload_data(content, filename, filedate):
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ requests==2.27.1
statsmodels
pyyaml
gunicorn
hidrokit==0.4.1

0 comments on commit ca3c0e5

Please sign in to comment.