Skip to content

Commit

Permalink
Bt depend fix
Browse files Browse the repository at this point in the history
Changed typer requiements in requirements.txt and pyproject.toml, for compatability with Bittensor pacakge.
  • Loading branch information
umocm committed Nov 21, 2024
1 parent b90b3d0 commit 324dc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
typer>=0.6.1

0 comments on commit 324dc19

Please sign in to comment.