Skip to content

Commit

Permalink
Revert removal of standard
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 3, 2024
1 parent e8542a0 commit 442b274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jupyterlab = "*"
matplotlib-base = "*"
pillow = "*"
plotly = ">=4.0"
# Standard
watchfiles = "*"

[feature.py39.dependencies]
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ recommended = [
'matplotlib',
'pillow',
'plotly',
]
standard = [
'watchfiles',
]
tests = [
Expand Down

0 comments on commit 442b274

Please sign in to comment.