Skip to content

Commit

Permalink
upgraded all code related to pandas to its 2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ainesh06102004 committed Nov 14, 2023
1 parent 8f00140 commit 9a13a24
Show file tree
Hide file tree
Showing 2 changed files with 2,849 additions and 2,864 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def run(self):
version=__version__,
author="MLCommons",
author_email="gandlf@mlcommons.org",
python_requires=">=3.9, <=3.10",
python_requires=">=3.9, <3.11",
packages=find_packages(
where=os.path.dirname(os.path.abspath(__file__)),
exclude=toplevel_package_excludes,
Expand Down
Loading

0 comments on commit 9a13a24

Please sign in to comment.