Skip to content

Commit c7da2ef

Browse files
committed
ENH: Freeze sql to ibis
1 parent caaab82 commit c7da2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read_file(file_path: Path):
2424
maintainer_email="zachb1996@yahoo.com",
2525
description="A package for querying dataframes using SQL",
2626
python_requires=">=3.7.0",
27-
install_requires=["sql-to-ibis"],
27+
install_requires=["sql-to-ibis==0.3.0"],
2828
project_urls={
2929
"Source Code": "https://github.com/zbrookle/dataframe_sql",
3030
"Bug Tracker": "https://github.com/zbrookle/dataframe_sql/issues",

0 commit comments

Comments
 (0)