diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..de40ea7 --- /dev/null +++ b/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/requirements.txt b/requirements.txt index ce56929..4a7e42d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ numpy pandas -dask==1.1.4 -pyarrow==0.12.1 tqdm pytorch-pretrained-bert==0.6.2 sklearn @@ -17,4 +15,4 @@ flask Flask-Caching gunicorn somajo -qurator-sbb-tools \ No newline at end of file +qurator-sbb-utils \ No newline at end of file