Skip to content

Commit

Permalink
Update package ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Feb 1, 2024
1 parent 10975a2 commit 4910d68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ods_tools/oed/exposure.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self,
df_engine = (
exposure_df_engine or
base_df_engine or
'lot3.df_reader.reader.OasisPandasReader'
'oasis_data_manager.df_reader.reader.OasisPandasReader'
)

def filter_col_in(column, values):
Expand Down
2 changes: 1 addition & 1 deletion ods_tools/oed/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import logging
import pandas as pd
from lot3.df_reader.config import get_df_reader
from oasis_data_manager.df_reader.config import get_df_reader
import numpy as np
from chardet.universaldetector import UniversalDetector

Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ pandas
chardet
jsonschema
jsonref
oasis-data-manager
packaging

0 comments on commit 4910d68

Please sign in to comment.