From 2394823cf4fc3ebb36bf07eaa54c6e5547268867 Mon Sep 17 00:00:00 2001 From: alanlujan91 Date: Fri, 15 Nov 2024 13:53:19 -0500 Subject: [PATCH] update reqs --- .github/workflows/execute-notebooks.yml | 2 -- requirements/base.txt | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/execute-notebooks.yml b/.github/workflows/execute-notebooks.yml index 06cb735e7..d9ddf59ab 100644 --- a/.github/workflows/execute-notebooks.yml +++ b/.github/workflows/execute-notebooks.yml @@ -43,8 +43,6 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install . - # For LabeledModels.ipynb - python -m pip install estimagic # For nbstripout python -m pip install nbstripout # For nb_exec.py diff --git a/requirements/base.txt b/requirements/base.txt index 842ee98d8..1ace71832 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,10 +1,10 @@ -estimagic>=0.4.6 interpolation>=2.2.3 joblib>=1.2 matplotlib>=3.6 networkx>=3 numba<0.60.0 -numpy>=1.23 +numpy<=1.26 +optimagic pandas>=1.5 pyyaml>=6.0 quantecon