From 55534fd0dd0f53b7893ee0b1c3fe73565d7a573e Mon Sep 17 00:00:00 2001 From: Craig Sanders Date: Mon, 18 Dec 2023 09:02:43 -0800 Subject: [PATCH] update ax to 0.3.6 (#325) Summary: Pull Request resolved: https://github.com/facebookresearch/aepsych/pull/325 updating ax version in anticipation of transitioncriteria changes Reviewed By: mgarrard Differential Revision: D52220162 fbshipit-source-id: dae00a9efc0de20b8cc402f3b02dffb61dc0c8f2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c89937bb4..0f349464a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "pandas", "aepsych_client==0.3.0", "statsmodels", - "ax-platform==0.3.5", + "ax-platform==0.3.6", ] BENCHMARK_REQUIRES = ["tqdm", "pathos", "multiprocess"]