From 9c909cc3bcd98c212691f85ef6d009b8a429f0c1 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Mon, 4 Sep 2023 15:08:59 +0900 Subject: [PATCH] =?UTF-8?q?23-09-04=20pypi=20=ED=8C=A8=ED=82=A4=EC=A7=80?= =?UTF-8?q?=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4=ED=8A=B8=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 663648a..1e62159 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ipython -keras==2.11.0 -numpy==1.25.0 +keras<=2.11.0 +numpy pandas==1.5.3 tensorflow<=2.11.1 tqdm==4.65.0 diff --git a/setup.py b/setup.py index 2958802..81eca3d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( "pandas", "ipython", "tensorflow<=2.11.1", - "tensorboard" + "keras", ], packages=find_packages(exclude=[]), keywords=["pso", "tensorflow", "keras"],