diff --git a/MANIFEST.in b/MANIFEST.in index 0ace6ebe..5aa7fe5c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -17,4 +17,4 @@ recursive-include resources *.json recursive-include resources *.pb recursive-include resources *.py -recursive-include dataprofiler/labelers/embeddings/ *.txt +recursive-include dataprofiler/labelers/embeddings *.txt diff --git a/requirements.txt b/requirements.txt index 152b5eb3..28da4dd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ h5py>=2.10.0 wheel>=0.33.1 -numpy>=1.22.0 +numpy==1.26.* pandas>=1.1.2 python-dateutil>=2.7.5 pytz>=2020.1 @@ -11,7 +11,7 @@ python-snappy>=0.5.4 charset-normalizer>=1.3.6 psutil>=4.0.0 scipy>=1.10.0 -requests>=2.28.1 +requests==2.32.* networkx>=2.5.1 typing-extensions>=3.10.0.2 HLL>=2.0.3