Skip to content

Commit 351945a

Browse files
committed
Made baselines extra for tutorial
1 parent 5620bc8 commit 351945a

File tree

2 files changed

+331
-1
lines changed

2 files changed

+331
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ add-tokens = [
4949
"ipywidgets>=8", # For Jupyter notebook support, and pin to keep recent
5050
"transformers>=4.49", # Pin to keep recent
5151
]
52+
baselines = [
53+
"fhaviary>=0.19", # Pin for Python 3.13 compatibility
54+
"fhlmi>=0.26", # Pin for Python 3.13 compatibility
55+
"ipython",
56+
]
5257
dev = [
5358
"ether0[add-tokens,typing]",
5459
"huggingface-hub[cli]", # For login inside of CI

0 commit comments

Comments
 (0)