From a84e7ba13ae20b9b5a40fa79d60e4d39952a74b3 Mon Sep 17 00:00:00 2001 From: "rodrigo.arenas" <31422766+rodrigo-arenas@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:40:03 -0500 Subject: [PATCH] Dropped support for python 3.8 --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c556fd0..8ac28d2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,8 +15,8 @@ sphinx_rtd_theme sphinx-copybutton numpydoc nbsphinx -ipython>=8.27.0 -Pygments>=2.18.0 +ipython +Pygments tensorflow>=2.4.0 tqdm>=4.61.1 tk