Skip to content

Commit

Permalink
Adds dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dulte committed Aug 31, 2024
1 parent 8f1f11d commit 2d96b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ install_requires =
numpy
xarray
cfunits
polars
toml

package_dir =
=src
Expand Down
3 changes: 0 additions & 3 deletions src/pyaro_readers/eeareader/EEATimeseriesReader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import csv
from tqdm import tqdm
from datetime import datetime

Expand All @@ -9,8 +8,6 @@
import numpy as np
from pathlib import Path
import polars
import glob
import toml
from pyaro.timeseries import (
AutoFilterReaderEngine,
Data,
Expand Down

0 comments on commit 2d96b48

Please sign in to comment.