Skip to content

Commit

Permalink
fix(pyproject): avoid broken pybsm version
Browse files Browse the repository at this point in the history
Also update scikit-learn

closes #150
  • Loading branch information
PaulHax committed Dec 12, 2024
1 parent 5428c1c commit c914e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies = [
"accelerate",
"numpy",
"Pillow",
"pybsm>=0.6",
"scikit-learn==1.5.2",
"pybsm>=0.6,<=0.9.0",
"scikit-learn>=1.6.0",
"smqtk_image_io",
"tabulate",
"timm>=1.0.3",
Expand Down

0 comments on commit c914e6c

Please sign in to comment.