From e26f3df286b6139fc89021eb96171568e17451d6 Mon Sep 17 00:00:00 2001 From: Enzo Busseti Date: Mon, 22 Jan 2024 19:23:25 +0400 Subject: [PATCH] Temporarily limiting pandas version, need to fix code that causes issues, gh issue #128. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a495206b..75e11bac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = {text = "Apache License (2.0)"} authors = [{name = "Enzo Busseti"}, {name = "Stephen Boyd"}, {name = "Steven Diamond"}, {name = "BlackRock Inc."}] maintainers = [{name = "Enzo Busseti", email = "enzo.busseti@gmail.com"}] -dependencies = ["pandas", "numpy", "matplotlib", "requests", "cvxpy", +dependencies = ["pandas<2.2.0", "numpy", "matplotlib", "requests", "cvxpy", "multiprocess"] [project.optional-dependencies]