From 84482a9f2cc5b7811d712826062a3b140bb548f3 Mon Sep 17 00:00:00 2001 From: Anirudh Hegde Date: Tue, 17 Sep 2024 23:02:25 +0530 Subject: [PATCH 1/2] Update setup.py --- setup.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d8096a0b85..62d5be20742 100644 --- a/setup.py +++ b/setup.py @@ -44,18 +44,25 @@ def get_version(rel_path): "optree", "ml-dtypes", "packaging", + "torch", + "tensorflow" ], # Supported Python versions python_requires=">=3.9", classifiers=[ "Development Status :: 4 - Beta", - "Programming Language :: Python :: 3", + # Below line of code is irrelavent as i'ts already present. + # ---------------------------------------- + #"Programming Language :: Python :: 3", + # ---------------------------------------- "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", "Operating System :: Unix", "Operating System :: MacOS", + "Operating System :: Microsoft :: Windows", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", "Topic :: Software Development", From 3aa18dd0904423d3a44b58bc79c64bc35da325fe Mon Sep 17 00:00:00 2001 From: Anirudh Hegde Date: Tue, 17 Sep 2024 23:06:40 +0530 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62d5be20742..2f5b4d8c9b7 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def get_version(rel_path): python_requires=">=3.9", classifiers=[ "Development Status :: 4 - Beta", - # Below line of code is irrelavent as i'ts already present. + # Below line of code is irrelavent as it's already present. # ---------------------------------------- #"Programming Language :: Python :: 3", # ----------------------------------------