From 3f64db7e4260867125f308d0f95f922499eeed75 Mon Sep 17 00:00:00 2001 From: knikolaou <> Date: Fri, 19 Jan 2024 15:44:31 +0100 Subject: [PATCH] update versions of requirements --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3050110..df6bbe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -numpy +numpy~=1.22.2 matplotlib sphinx -flake8 -black -ipython +flake8~=7.0.0 +black~=23.12.1 +ipython~=8.20.0 numpydoc -optax +optax~=0.1.2 sphinx_copybutton sphinx_rtd_theme nbsphinx @@ -15,13 +15,13 @@ scikit-learn jaxlib jax plotly -flax -tqdm +flax>=0.6.1 +tqdm~=4.62.3 pandas neural-tangents==0.6.4 -tensorflow-datasets +tensorflow-datasets~=4.9.4 isort tensorflow pyyaml jupyter -transformers \ No newline at end of file +transformers~=4.36.2