We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c47cff9 + bc6b47b commit 816d00eCopy full SHA for 816d00e
environment.yml
@@ -21,5 +21,5 @@ dependencies:
21
- pip
22
- pip:
23
- black
24
- - sql-to-ibis==0.3.1
+ - sql-to-ibis==0.4.0
25
requirements.txt
@@ -1 +1 @@
1
-sql-to-ibis==0.3.2
+sql-to-ibis==0.4.0
setup.py
@@ -24,7 +24,7 @@ def read_file(file_path: Path):
maintainer_email="zachb1996@yahoo.com",
description="A package for querying dataframes using SQL",
26
python_requires=">=3.7.0",
27
- install_requires=["sql-to-ibis==0.3.1"],
+ install_requires=["sql-to-ibis==0.4.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