Skip to content

Commit

Permalink
Automated Latest Dependency Updates (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: R-Palazzo <[email protected]>
  • Loading branch information
3 people authored Aug 20, 2024
1 parent 248b167 commit 57fe0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion latest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.26.4
pandas==2.2.2
torch==2.4.0
tqdm==4.66.4
tqdm==4.66.5
2 changes: 1 addition & 1 deletion tutorials/01_Getting_Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@
" entity_columns=entity_columns,\n",
" context_columns=context_columns,\n",
" data_types=data_types,\n",
" sequence_index=sequence_index\n",
" sequence_index=sequence_index,\n",
")\n",
"model.sample(5)"
]
Expand Down

0 comments on commit 57fe0db

Please sign in to comment.