Skip to content

Commit

Permalink
reorder dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Mar 23, 2024
1 parent 1fd74b0 commit b0032db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ classifiers = [
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"funcy>=1.14; python_version < '3.12'",
"attrs>=21.3.0",
"dictdiffer>=0.8.1",
"pygtrie>=2.3.2",
"diskcache>=5.2.1",
"dvc-objects>=4.0.1,<6",
"fsspec>=2024.2.0",
"diskcache>=5.2.1",
"attrs>=21.3.0",
"funcy>=1.14; python_version < '3.12'",
"pygtrie>=2.3.2",
"sqltrie>=0.11.0,<1",
"tqdm>=4.63.1,<5",
]
Expand Down

0 comments on commit b0032db

Please sign in to comment.