Skip to content

Commit 21eec73

Browse files
committed
address #21
1 parent befceb7 commit 21eec73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 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.5',
6+
version = '0.3.6',
77
license='MIT',
88
description = 'MEGABYTE - Pytorch',
99
long_description_content_type = 'text/markdown',
@@ -17,7 +17,8 @@
1717
],
1818
install_requires=[
1919
'beartype',
20-
'einops>=0.6.1',
20+
'einops>=0.8.0',
21+
'packaging>=21.0',
2122
'torch>=2.3',
2223
'tqdm'
2324
],

0 commit comments

Comments
 (0)