Skip to content

Commit

Permalink
unpin dependencies (#434)
Browse files Browse the repository at this point in the history
Co-authored-by: Howard Gil <howardbgil@gmail.com>
  • Loading branch information
2 people authored and siyangqiu committed Oct 2, 2024
1 parent 5f94950 commit 06a9b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"requests==2.31.0",
"requests>=2.0.0,<3.0.0",
"psutil==5.9.8",
"packaging==23.2",
"termcolor==2.4.0",
"PyYAML==6.0.1"
"PyYAML>=5.3,<7.0"
]
[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 06a9b68

Please sign in to comment.