Skip to content

Commit

Permalink
rm pydantic req
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Dec 8, 2023
1 parent ef0443b commit e12c899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ dependencies = [
"octoai-sdk",
"cmd2",
"torch>=2.1.0",
"sentencepiece>=0.1.99",
"pydantic>=2.0"
"sentencepiece>=0.1.99"
]

[project.urls]
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ nemollm>=0.3.0
octoai-sdk
cmd2
torch>=2.1.0
sentencepiece>=0.1.99
pydantic>=2.0
sentencepiece>=0.1.99

0 comments on commit e12c899

Please sign in to comment.