Skip to content

Commit 325bf19

Browse files
authored
Maintenance Lock Lib v1.0.0 (#5)
* lock requirement
1 parent 1d2889c commit 325bf19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/XpressAI/xai-sklearn"
99
keywords = ["xircuits", "scikit-learn", "machine learning", "data preprocessing", "model training", "model evaluation"]
1010

1111
dependencies = [
12-
"scikit-learn==1.5.0",
12+
"scikit-learn==1.5",
1313
"pandas"
1414
]
1515

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scikit-learn==1.5.2
2-
pandas
1+
pandas==2.1.4
2+
scikit-learn==1.5.0

0 commit comments

Comments
 (0)