Skip to content

Commit

Permalink
make them optional
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Nov 14, 2023
1 parent d99a081 commit c9ace9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ ruff = "^0.1.3"
pytest = "^7.4.3"


[tool.poetry.group.ai-ml]
optional = true

[tool.poetry.group.ai-ml.dependencies]
torch = "^2.1.0"
torchvision = "^0.16.0"
torchaudio = "^2.1.0"
scikit-learn = "^1.3.2"

[tool.poetry.group.hardware]
optional = true

[tool.poetry.group.hardware.dependencies]
pyvisa = "^1.13.0"
Expand Down

0 comments on commit c9ace9a

Please sign in to comment.