Skip to content

Commit

Permalink
fix(dependencies): update ^2.0 to ~= 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbmiller committed Apr 17, 2024
1 parent d0e455a commit 3d0d814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"datasets~=2.14.6,<3.0.0",
"requests",
"optuna",
"pydantic=^2.0",
"pydantic~=2.0",
"structlog",
]

Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
backoff
datasets
joblib<=1.3.2
openai>=0.28.1,<2.0.0
optuna
pandas
pydantic~=2.0
regex
ujson
tqdm
datasets
requests
optuna
pydantic>=2.0.0,<3.0.0
structlog
tqdm
ujson

0 comments on commit 3d0d814

Please sign in to comment.