Skip to content

Commit

Permalink
Merge pull request #172 from eshwen/esh-run-pre-commit-hooks
Browse files Browse the repository at this point in the history
Run pre-commit hooks
  • Loading branch information
eshwen authored Feb 23, 2024
2 parents d8b894d + 45a1096 commit 0795fb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ et-xmlfile==1.1.0 ; python_version >= "3.10" and python_version < "3.13"
exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11"
fastapi==0.109.2 ; python_version >= "3.10" and python_version < "3.13"
fonttools==4.43.0 ; python_version >= "3.10" and python_version < "3.13"
greenlet==2.0.2 ; python_version >= "3.10" and python_version < "3.13" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
greenlet==3.0.3 ; python_version >= "3.10" and python_version < "3.13" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
h11==0.14.0 ; python_version >= "3.10" and python_version < "3.13"
idna==3.4 ; python_version >= "3.10" and python_version < "3.13"
joblib==1.3.2 ; python_version >= "3.10" and python_version < "3.13"
Expand All @@ -30,7 +30,7 @@ packaging==23.1 ; python_version >= "3.10" and python_version < "3.13"
pandas==2.1.3 ; python_version >= "3.10" and python_version < "3.13"
pandas[computation,excel,performance,sql-other,visualisation]==2.1.3 ; python_version >= "3.10" and python_version < "3.13"
pandera==0.17.2 ; python_version >= "3.10" and python_version < "3.13"
patsy==0.5.3 ; python_version >= "3.10" and python_version < "3.13"
patsy==0.5.6 ; python_version >= "3.10" and python_version < "3.13"
pillow==10.2.0 ; python_version >= "3.10" and python_version < "3.13"
plotly==5.16.1 ; python_version >= "3.10" and python_version < "3.13"
pydantic-core==2.6.3 ; python_version >= "3.10" and python_version < "3.13"
Expand All @@ -48,9 +48,9 @@ scipy==1.11.2 ; python_version >= "3.10" and python_version < "3.13"
seaborn==0.12.2 ; python_version >= "3.10" and python_version < "3.13"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.13"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.13"
sqlalchemy==2.0.23 ; python_version >= "3.10" and python_version < "3.13"
sqlalchemy==2.0.27 ; python_version >= "3.10" and python_version < "3.13"
starlette==0.36.3 ; python_version >= "3.10" and python_version < "3.13"
statsmodels==0.14.0 ; python_version >= "3.10" and python_version < "3.13"
statsmodels==0.14.1 ; python_version >= "3.10" and python_version < "3.13"
tenacity==8.2.3 ; python_version >= "3.10" and python_version < "3.13"
threadpoolctl==3.2.0 ; python_version >= "3.10" and python_version < "3.13"
typeguard==4.1.2 ; python_version >= "3.10" and python_version < "3.13"
Expand Down

0 comments on commit 0795fb8

Please sign in to comment.