Skip to content

Commit

Permalink
#0: Fix jupyterlab pinned to two different versions in requirements-d…
Browse files Browse the repository at this point in the history
…ev.txt and pyproject.toml to only be in pyproject.toml
  • Loading branch information
tt-aho committed Jun 6, 2024
1 parent 56e55d5 commit a5a6ddb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_hlk_args_init_gen
tt_build
tt_debug
build
python_env/
/python_env/

/llk_out/
/out/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"toolz==0.12.0",
"matplotlib==3.7.1",
"Pillow==10.3.0",
"jupyterlab==4.0.11",
"jupyterlab==4.2.1",
"ipywidgets==8.1.1",

# extra index required https://download.pytorch.org/whl/cpu
Expand Down
1 change: 0 additions & 1 deletion tt_metal/python_env/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ mypy==1.9.0
pytest==7.2.2
pytest-timeout==2.2.0
pytest-split==0.8.2
jupyterlab==4.2.1
jsbeautifier==1.14.7
datasets==2.9.0
torch==2.2.1.0+cpu
Expand Down

0 comments on commit a5a6ddb

Please sign in to comment.