Skip to content

Commit

Permalink
Remove pyqg from dependencies for now, include tests in full install
Browse files Browse the repository at this point in the history
  • Loading branch information
kysolvik committed Jun 10, 2024
1 parent b746d54 commit 6da297f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ cloud = [
]

dev = [
"dabench[tests, qgs, cloud]",
"dabench[tests, qgs, pyqg, cloud]",
"flake8"
]

pyqg = [
"pyqg",
"pyqg-jax"
]

Expand All @@ -56,7 +55,7 @@ qgs = [
]

full = [
"dabench[pyqg, examples, qgs, cloud]"
"dabench[pyqg, examples, qgs, cloud, tests]"
]


Expand Down

0 comments on commit 6da297f

Please sign in to comment.