From b0032db1b5b17dfa781715600e7ff506afca13a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Sat, 23 Mar 2024 17:55:29 +0545 Subject: [PATCH] reorder dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index adcd0fd3..8f220a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]