Skip to content

Commit

Permalink
downgrade numpy for now, bump duckdb to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Feb 10, 2024
1 parent c460f08 commit d0520ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.8.1"],
'db': ["pandas==2.0.3","duckdb==0.9.2"],
'ws': ["websockets==11.0.3"],
}

Expand All @@ -27,7 +27,7 @@
setup(
name='klongpy',
packages=find_packages(),
version='0.6.2',
version='0.6.3',
description='High-Performance Klong array language with rich Python integration.',
author='Brian Guarraci',
license='MIT',
Expand All @@ -37,7 +37,7 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License"
],
install_requires=['numpy~=1.26.4'],
install_requires=['numpy~=1.24.4'],
python_requires='<3.12,>=3.9',
extras_require=extra_requires,
include_package_data=True,
Expand Down

0 comments on commit d0520ab

Please sign in to comment.