Skip to content

Commit

Permalink
Maintenance Lock Lib v1.0.0 (#5)
Browse files Browse the repository at this point in the history
* lock requirement
  • Loading branch information
mansouralawi authored Dec 20, 2024
1 parent 68d462d commit 61a2953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["xircuits", "pytorch", "data preprocessing", "classification"]

dependencies = [
"Cython",
"pycaret==3.3.*",
"pycaret==3.3.2",
"mlflow==2.17.2"
]

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cython
pycaret==3.3.2
mlflow==2.17.2
pycaret==3.3.2
cython==3.0.11

0 comments on commit 61a2953

Please sign in to comment.