Skip to content
Snippets Groups Projects
Commit a364a73a authored by Davide Gamba's avatar Davide Gamba
Browse files

minor edits

parent 5eb0790c
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@ import numpy as np
import pandas as pd
import awkward as ak
import pyarrow.parquet as pq
import numpy as np
import pyarrow as pa
import pickle
import datetime
import copy
import os
import scipy
from pathlib import Path
......
......@@ -4,13 +4,6 @@ Try different functions on an example dataset
"""
import datascout
import numpy as np
import pandas as pd
import awkward as ak
import pyarrow.parquet as pq
import numpy as np
import pyarrow as pa
import pickle
import datetime
import copy
import os
......
......@@ -15,7 +15,7 @@ with (HERE / "README.md").open("rt") as fh:
REQUIREMENTS: dict = {
"core": ["numpy", "pandas", "pyarrow", "awkward", "datetime", "pathlib"],
"core": ["numpy", "scipy", "pandas", "pyarrow", "awkward", "datetime", "pathlib"],
"test": [
"pytest",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment