From 18279317360fce4bb421df35d982eb5bff38f164 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Wed, 3 May 2023 17:18:48 -0400 Subject: [PATCH] requirements: Use exclusive upper bound for optuna (#2661) Optuna uses patch versions to release bugfixes[0], set the cap for the next minor version. [0] https://github.com/optuna/optuna/releases Signed-off-by: Jan Vesely --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a795852867..de2c49dc526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ matplotlib<3.7.2 modeci_mdf<0.5, >=0.3.4; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' networkx<3.2 numpy<1.22.5, >=1.19.0 -optuna<=3.1.0 +optuna<3.2.0 pandas<2.0.2 pillow<9.6.0 pint<0.21.0