From 8057360b712f7064b6669828d21d95361172b93e Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 17 Jun 2024 09:20:04 +0100 Subject: [PATCH] patch to limit numpy version to be less than 2.0 --- VERSION | 2 +- pytorch_widedeep/version.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index dc1e644a..9c6d6293 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 diff --git a/pytorch_widedeep/version.py b/pytorch_widedeep/version.py index e4adfb83..f49459c7 100644 --- a/pytorch_widedeep/version.py +++ b/pytorch_widedeep/version.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1" diff --git a/requirements.txt b/requirements.txt index b6ed17cc..98f5d5d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas>=1.3.5 -numpy>=1.21.6 +numpy>=1.21.6, <2.0.0 scipy>=1.7.3,<=1.12.0 scikit-learn>=1.0.2 gensim