Skip to content

Commit f2051fa

Browse files
authored
Update setup.py
missing fastcore install
1 parent 5a05dbd commit f2051fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
install_requires=[
2222
"torch",
23+
"fastcore",
2324
"fastprogress",
2425
"wandb",
2526
"numpy",
@@ -32,4 +33,4 @@
3233
"License :: OSI Approved :: MIT License",
3334
"Programming Language :: Python :: 3.10",
3435
],
35-
)
36+
)

0 commit comments

Comments
 (0)