Remove python 3.10 requirement (#2040)

This commit is contained in:
Woosuk Kwon
2023-12-11 12:26:42 -08:00
committed by GitHub
parent eb17212858
commit 31d2ab4aff
2 changed files with 2 additions and 4 deletions

View File

@@ -35,9 +35,7 @@ try:
import megablocks.ops as ops
except ImportError:
print(
"MegaBlocks not found. Please install it by `pip install megablocks`. "
"Note that MegaBlocks depends on mosaicml-turbo, which only supports "
"Python 3.10 for now.")
"MegaBlocks not found. Please install it by `pip install megablocks`.")
try:
import stk
except ImportError: