From 616e511a60ed23a67388a36dc25900eb14473142 Mon Sep 17 00:00:00 2001 From: leannep Date: Wed, 4 Oct 2023 12:28:58 +0200 Subject: [PATCH] Fix pydantic --- .github/workflows/ci.yaml | 2 +- requirements.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba324a7..3a81721 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - name: Python install run: | python -m pip install --upgrade pip - python -m pip install "lander<2.0.0" + python -m pip install -r requirements.txt - name: TeX build run: | diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2350c0a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pydantic<2.0.0 +lander<2.0.0 +