From 324dc19590eaf1a83f59abe011f5f93a9bf4634d Mon Sep 17 00:00:00 2001 From: Uriel Morone Date: Thu, 21 Nov 2024 20:22:55 +0000 Subject: [PATCH] Bt depend fix Changed typer requiements in requirements.txt and pyproject.toml, for compatability with Bittensor pacakge. --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19e3982..9482074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ orjson = "^3.6.0" pandas = {version="^1.3.3", optional=true} websocket-client = "^1.2.1" python-dateutil = "^2.8.2" -typer = "^0.7.0" +typer = ">=0.7.0" tqdm = "^4.64.1" [tool.poetry.dev-dependencies] diff --git a/requirements.txt b/requirements.txt index 94c2f48..8ced58c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" urllib3==1.26.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" websocket-client==1.2.3; python_version >= "3.6" -typer==0.6.1 \ No newline at end of file +typer>=0.6.1