Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vadmbertr committed Oct 27, 2023
1 parent 1831a76 commit 94362b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install jaxlib
# install the package locally
python -m pip install .
- name: Lint with flake8
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies = [
"numpy",
"tqdm",
"xarray",
"jax"
"jax",
"jaxlib"
]
dynamic = ["version"]

Expand Down

0 comments on commit 94362b7

Please sign in to comment.