Skip to content

Commit 5ea3f3a

Browse files
committed
Initial commit
1 parent 58f7821 commit 5ea3f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_tag(self):
8080
author="Samir Moustafa",
8181
author_email="[email protected]",
8282
url="https://github.com/SamirMoustafa/torch-floating-point",
83-
install_requires=["torch>=2.4.0,<2.6.0"],
83+
install_requires=["torch>=2.4.0"],
8484
packages=find_packages(),
8585
ext_modules=[
8686
extension_class(

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Centralized version management for torch-floating-point project.
44
"""
55

6-
__version__ = "0.0.4"
6+
__version__ = "0.0.5"
77

88
if __name__ == "__main__":
99
print(__version__)

0 commit comments

Comments
 (0)