Skip to content

Commit e98b62d

Browse files
committed
update torch dep to 2.3
1 parent 907b8dc commit e98b62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'MEGABYTE-pytorch',
55
packages = find_packages(),
6-
version = '0.3.2',
6+
version = '0.3.3',
77
license='MIT',
88
description = 'MEGABYTE - Pytorch',
99
long_description_content_type = 'text/markdown',
@@ -18,7 +18,7 @@
1818
install_requires=[
1919
'beartype',
2020
'einops>=0.6.1',
21-
'torch>=1.10',
21+
'torch>=2.3',
2222
'tqdm'
2323
],
2424
classifiers=[

0 commit comments

Comments
 (0)