Skip to content

Commit

Permalink
fix(tests): do not reinstall from main in doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbung committed Apr 25, 2023
1 parent 16aa3a0 commit 45d3a64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/extending_fd-shifts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"cell_type": "code",
"execution_count": null,
"id": "4e4a7b52-102b-4bca-b51a-782dd99fe58b",
"metadata": {},
"metadata": {
"tags": [
"skip-execution"
]
},
"outputs": [],
"source": [
"!wget https://github.com/korakot/kora/releases/download/v0.10/py310.sh\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"tensorboard>=2.4.1",
"timm==0.5.4",
"toml>=0.10.2",
"torch==1.11.0",
"torch>=1.11.0,<2.0.0",
"torchmetrics>=0.2.0",
"torchvision>=0.12.0",
"tqdm>=4.62.0",
Expand Down

0 comments on commit 45d3a64

Please sign in to comment.