diff --git a/requirements.txt b/requirements.txt index 2abff2b..2ebefc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.13.1 +numpy==1.22.0 tensorflow>=1.1.0 nltk==3.2.4 python-dateutil==2.6.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 0626729..29047f0 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "Programming Language :: Python :: 3 :: Only", ], install_requires=[ - "numpy==1.13.1", + "numpy==1.22.0", "tensorflow>=1.1.0", "nltk==3.2.4", "python-dateutil==2.6.1",