diff --git a/requirements.txt b/requirements.txt index 99e1dd2..7e15353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ evaluate==0.4.0 huggingface-hub==0.14.1 iopath==0.1.10 nltk==3.8.1 -numpy==1.21.6 +numpy==1.22.0 omegaconf==2.3.0 pandas==1.3.5 # peft==0.4.0.dev0 diff --git a/setup.py b/setup.py index 02058a6..bedca2f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "huggingface-hub==0.14.1", "iopath==0.1.10", "nltk==3.8.1", - "numpy==1.21.6", + "numpy==1.22.0", "omegaconf==2.3.0", "pandas==1.3.5", "pyparsing==3.0.7",