Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ readme = "README.md"
license = { file = "LICENSE" }

dependencies = [
"matplotlib >= 3.10.8",
"numpy >= 2.4.3",
"pandas >= 3.0.1",
"matplotlib >= 3.10.9",
"numpy >= 2.4.4",
"pandas >= 3.0.2",
"scikit-learn >= 1.8.0",
]

[project.optional-dependencies]
dev = [
"pip-tools >= 7.5.3",
"pytest >= 9.0.2",
"pytest-cov >= 7.0.0",
"pytest >= 9.0.3",
"pytest-cov >= 7.1.0",
]

[project.urls]
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ joblib==1.5.3
# via scikit-learn
kiwisolver==1.5.0
# via matplotlib
matplotlib==3.10.8
matplotlib==3.10.9
# via opengood.py_ml_plot (pyproject.toml)
numpy==2.4.3
numpy==2.4.4
# via
# contourpy
# matplotlib
# opengood.py_ml_plot (pyproject.toml)
# pandas
# scikit-learn
# scipy
packaging==26.0
packaging==26.2
# via matplotlib
pandas==3.0.1
pandas==3.0.2
# via opengood.py_ml_plot (pyproject.toml)
pillow==12.1.1
pillow==12.2.0
# via matplotlib
pyparsing==3.3.2
# via matplotlib
Expand Down
Loading