We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaab82 commit c7da2efCopy full SHA for c7da2ef
1 file changed
setup.py
@@ -24,7 +24,7 @@ def read_file(file_path: Path):
24
maintainer_email="zachb1996@yahoo.com",
25
description="A package for querying dataframes using SQL",
26
python_requires=">=3.7.0",
27
- install_requires=["sql-to-ibis"],
+ install_requires=["sql-to-ibis==0.3.0"],
28
project_urls={
29
"Source Code": "https://github.com/zbrookle/dataframe_sql",
30
"Bug Tracker": "https://github.com/zbrookle/dataframe_sql/issues",
0 commit comments