Skip to content

Commit

Permalink
update banded-matrice dependency + change workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Jul 3, 2024
1 parent bf212af commit a4677ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
DOCS: ""
strategy:
matrix:
python-version: [ 3.7 ]
tensorflow: [ 2.2.1 ]
python-version: ["3.7", "3.8.12", "3.9.12", "3.10.4"]
poetry-version: [1.1.12]
name: Python-${{ matrix.python-version }} tensorflow${{ matrix.tensorflow }}
steps:
#----------------------------------------------
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ name: Tests

on:
push:
pull_request:
branches:
- develop
release:
types:
- created

jobs:
test:
check-and-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ "3.8.12" ]
python-version: ["3.7", "3.8.12", "3.9.12", "3.10.4"]
poetry-version: [1.1.12]
name: Python-${{ matrix.python-version }}
steps:
#----------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ importlib-metadata = ">=4.4,<5.0"
gpflow = "^2.1"
numpy = ">=1.18.0,<2.0.0"
tensorflow-probability = "0.11.0"
# banded-matrices = "0.1.0"
banded-matrices = { git = "https://github.com/secondmind-labs/banded_matrices.git", branch = "master" }
banded-matrices = "0.1.0"
# pip isn't smart enough to resolve these, so we need to include and pin these
setuptools = "^41.0.0"
google-auth = "^1.16.0"
Expand Down

0 comments on commit a4677ef

Please sign in to comment.