From 70fcc109a2ae61c00a20976468b6b5e3153850ea Mon Sep 17 00:00:00 2001 From: Dimitris Tsapetis Date: Thu, 9 May 2024 18:34:28 +0200 Subject: [PATCH] Python umbridge example --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8331e2b1..502164cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -numpy == 1.22.0 -scipy == 1.8.0 -matplotlib == 3.5.2 -scikit-learn == 1.0.2 -fire == 0.4.0 -pytest == 6.1.2 -coverage == 5.3 -pytest-cov == 2.10.1 -pylint == 2.6.0 -wheel == 0.38.1 -pytest-azurepipelines == 0.8.0 -twine == 3.4.1 +numpy == 1.26.4 +scipy == 1.13.0 +matplotlib == 3.8.4 +scikit-learn == 1.4.2 +fire == 0.6.0 +pytest == 8.2.0 +coverage == 7.5.0 +pytest-cov == 5.0.0 +pylint == 3.1.0 +wheel == 0.43.0 +pytest-azurepipelines == 1.0.5 +twine == 5.0.0 pathlib~=1.0.1 -beartype ==0.9.1 +beartype == 0.18.5 setuptools~=65.5.1