Skip to content

Commit

Permalink
add eigen to workflow; adjust numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Jan 12, 2024
1 parent f7e2ca4 commit 550770c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install eigen
run: sudo apt-get install libeigen3-dev
- name: Install dependencies
run: python -m pip install --upgrade pip wheel setuptools
- name: Build and install
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Natural Language :: English",
]
dependencies = [
"numpy >= 1.22, < 2",
"numpy >= 1.21, < 2",
]
dynamic = ["version"]

Expand Down

0 comments on commit 550770c

Please sign in to comment.