-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python libs and allowable python version to install
- Loading branch information
1 parent
a5bcf15
commit 87f21d2
Showing
6 changed files
with
52 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,38 @@ | ||
aioboto3==13.1.1 | ||
aioboto3==13.3.0 | ||
aiojobs==1.3.0 | ||
backoff==2.2.1 | ||
boto3==1.34.131 | ||
botocore==1.34.131 | ||
boto3==1.35.81 | ||
botocore==1.35.81 | ||
cython==3.0.11 | ||
databricks-connect==14.3.1 | ||
ddtrace==2.6.5 | ||
fakeredis==2.25.1 | ||
ddtrace==2.18.1 | ||
fakeredis==2.26.2 | ||
faust-cchardet==2.1.19 | ||
flask==3.0.3 | ||
flask==3.1.0 | ||
flask-cors==4.0.1 | ||
grpcio==1.62.2 | ||
grpcio-status==1.62.2 | ||
httpx==0.27.2 | ||
importlib-metadata==8.4.0 | ||
httpx==0.28.1 | ||
mandrill==1.0.60 | ||
mlflow==2.16.2 | ||
mlflow==2.19.0 | ||
moto==4.2.14 | ||
numpy==1.26.4 | ||
openpyxl==3.0.10 | ||
orjson==3.9.15 | ||
pandas==2.2.3 | ||
pkginfo==1.10.0 | ||
polars==1.9.0 | ||
polars==1.17.1 | ||
pre-commit==3.8.0 | ||
protobuf==4.25.4 | ||
psycopg2-binary==2.9.9 | ||
psycopg2-binary==2.9.10 | ||
pyarrow==15.0.2 | ||
pylint==3.3.1 | ||
pyodbc==5.1.0 --no-binary=pyodbc | ||
pylint==3.3.3 | ||
pyodbc==5.2.0 --no-binary=pyodbc | ||
pysmb==1.2.10 | ||
pyspark==3.4.3 | ||
pyspark==3.4.4 | ||
pytest==8.1.2 | ||
pytest-asyncio==0.21.1 | ||
pytest-cov==5.0.0 | ||
python-json-logger==2.0.7 | ||
redis==5.1.1 | ||
twine==5.1.1 | ||
python-json-logger==3.2.1 | ||
redis==5.2.1 | ||
setuptools==75.7.0 | ||
twine==6.0.1 | ||
typing_extensions==4.11.0 | ||
werkzeug==3.0.4 | ||
wheel==0.44.0 | ||
werkzeug==3.1.3 | ||
wheel==0.45.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
"""Pytest configuration.""" | ||
|
||
# pylint: disable=import-error | ||
|
||
import asyncio | ||
import os | ||
from itertools import chain | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters