Skip to content

Commit

Permalink
bump pandas to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Feb 10, 2024
1 parent 9ec5034 commit e1c07ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'rocm-4-3': ["cupy-rocm-4-3"],
'repl': ["colorama==0.4.6"],
'web': ["aiohttp==3.8.5"],
'db': ["pandas==2.0.3","duckdb==0.9.2"],
'db': ["pandas==2.2.0","duckdb==0.9.2"],
'ws': ["websockets==11.0.3"],
}

Expand All @@ -27,7 +27,7 @@
setup(
name='klongpy',
packages=find_packages(),
version='0.6.5',
version='0.6.6',
description='High-Performance Klong array language with rich Python integration.',
author='Brian Guarraci',
license='MIT',
Expand Down

0 comments on commit e1c07ed

Please sign in to comment.