From af5fc7a1ab27081fd7a5f21397fd6a141f5331ef Mon Sep 17 00:00:00 2001 From: Rafael Pastrana Date: Wed, 15 Jan 2025 19:46:30 -0500 Subject: [PATCH] [Deps] Pinned `compas_cem==0.8.2` --- .github/workflows/build.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6cadf4..47eee91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python: ['3.8', '3.9', '3.10'] + python: '3.9' steps: - uses: compas-dev/compas-actions.build@v3.0.1 diff --git a/requirements.txt b/requirements.txt index 9896490..92a0c05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ jax[cpu] scipy equinox compas==1.17.10 -compas_cem>=0.8.2 +compas_cem==0.8.2