File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,28 +11,29 @@ authors = [
1111description = " Utilities to support building and analyzing the MIMIC database(s)"
1212readme = " README_mimic_utils.md"
1313license = { file =" LICENSE" }
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.9 "
1515classifiers = [
1616 " Programming Language :: Python :: 3" ,
1717 " License :: OSI Approved :: Apache Software License" ,
1818 " Operating System :: OS Independent" ,
1919]
2020dependencies = [
21- " sqlglot==30.11.0" ,
22- " pandas" ,
23- " numpy" ,
21+ " sqlglot~=30.11" ,
22+ " pandas>=1.3" ,
23+ " numpy>=1.21" ,
24+ " tqdm>=4.60" ,
2425]
2526
2627[project .optional-dependencies ]
2728test = [
28- " pytest" ,
29- " duckdb" ,
29+ " pytest>=7 " ,
30+ " duckdb>=0.9 " ,
3031]
3132equivalence = [
32- " duckdb" ,
33- " psycopg2-binary" ,
34- " pandas" ,
35- " numpy" ,
33+ " duckdb>=0.9 " ,
34+ " psycopg2-binary>=2.9 " ,
35+ " pandas>=1.3 " ,
36+ " numpy>=1.21 " ,
3637]
3738
3839[project .scripts ]
You can’t perform that action at this time.
0 commit comments