Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pytest==6.2.5
types-PyYAML==6.0.1
types-requests==2.26.0
types-dataclasses==0.6
black==22.8.0
black==26.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ fastparquet==2023.2.0
numpy==1.24.2
pendulum
pandas==1.5.3
pyarrow==11.0.0
requests==2.28.2
scikit-learn==1.2.2
pyarrow==23.0.1
requests==2.32.4
scikit-learn==1.5.0
psycopg2-binary==2.9.6
sqlalchemy
tqdm
Expand Down
12 changes: 6 additions & 6 deletions examples/integrations/fastapi_monitoring/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ httpx==0.23.3
pandas==1.5.3
pendulum==2.1.2
python-dotenv>=0.5.1
pyarrow==11.0.0
requests==2.30.0
scikit-learn==1.2.2
pyarrow==23.0.1
requests==2.32.4
scikit-learn==1.5.0
sqlalchemy==2.0.12
tqdm==4.65.0
tqdm==4.66.3

# linters & formatters
wheel==0.35.1
setuptools==50.3.2
setuptools==78.1.1
flake8==4.0.1
mypy==0.920
types-PyYAML==6.0.1
types-requests==2.26.0
types-dataclasses==0.6
black==22.8.0
black==26.3.1
isort==5.10.1

8 changes: 4 additions & 4 deletions examples/integrations/fastapi_monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pandas==1.5.3
pendulum==2.1.2
python-dotenv>=0.5.1
psycopg2==2.9.5
pyarrow==11.0.0
requests==2.30.0
scikit-learn==1.2.2
pyarrow==23.0.1
requests==2.32.4
scikit-learn==1.5.0
sqlalchemy==2.0.12
tqdm==4.65.0
tqdm==4.66.3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.30.0
streamlit==1.22.0
requests==2.32.4
streamlit==1.37.0
4 changes: 2 additions & 2 deletions examples/integrations/mlflow_monitoring/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# linters & formatters
wheel==0.35.1
setuptools==50.3.2
setuptools==78.1.1
flake8==4.0.1
mypy==0.920
types-PyYAML==6.0.1
types-requests==2.26.0
types-dataclasses==0.6
black==22.8.0
black==26.3.1
isort==5.10.1

6 changes: 3 additions & 3 deletions examples/integrations/mlflow_monitoring/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ joblib==1.2.0
jupyter==1.0.0
jupyter_contrib_nbextensions==0.7.0
joblib
mlflow==2.4.2
mlflow==3.8.0rc0
pandas==1.5.3
pendulum==2.1.2
plotly
python-dotenv>=0.5.1
scikit-learn==1.3.0
scikit-learn==1.5.0
sqlalchemy==2.0.12
tqdm==4.65.0
tqdm==4.66.3

Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ fastparquet==2023.2.0
httpx==0.23.3
pandas==1.5.3
python-dotenv>=0.5.1
prefect==2.9.0
prefect==2.20.17
psycopg2-binary==2.9.5
pyarrow==11.0.0
scikit-learn==1.2.2
pyarrow==23.0.1
scikit-learn==1.5.0
sqlalchemy
tqdm
6 changes: 3 additions & 3 deletions examples/integrations/prefect_evidently_ui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fastparquet==2023.8.0
numpy==1.25.2
pandas==2.1.0
python-dotenv==1.0.0
prefect==2.12.0
pyarrow==13.0.0
scikit-learn==1.3.0
prefect==2.20.17
pyarrow==23.0.1
scikit-learn==1.5.0
tqdm
10 changes: 5 additions & 5 deletions examples/integrations/streamlit_dashboard/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jupyter_contrib_nbextensions==0.7.0
matplotlib==3.7.0
numpy==1.24.2
pandas==1.5.3
pyarrow==11.0.0
pyarrow==23.0.1
python-box==5.4.1
requests==2.28.2
streamlit==1.19.0
pyyaml==5.1
scikit-learn==1.2.1
requests==2.32.4
streamlit==1.37.0
pyyaml==6.0.3
scikit-learn==1.5.0
scipy==1.10.1
seaborn==0.12.2
altair==4.0
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# keep in sync with setup.py extra_require block.
wheel==0.38.1
setuptools==65.5.1; python_version < '3.12'
setuptools==68.2.2; python_version >= '3.12'
setuptools==78.1.1; python_version >= '3.12'
jupyter==1.0.0
mypy==1.1.1
pandas-stubs
Expand All @@ -12,7 +12,7 @@ types-requests==2.26.0
types-dataclasses==0.6
types-python-dateutil==2.8.19
types-ujson==5.4.0
pillow==10.3.0
pillow==12.1.1
pip-audit
pyspark
ruff==0.3.7
Expand Down
16 changes: 8 additions & 8 deletions requirements.min.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# keep in sync with setup.py install_require block (but there should be set as lower bound).
plotly==5.10.0
statsmodels==0.12.2
scikit-learn==1.0.1
scikit-learn==1.5.0
pandas[parquet]==1.3.5
numpy==1.22.0
nltk==3.6.7
nltk==3.9.3
scipy==1.10.0
requests==2.32.0
PyYAML==5.4
requests==2.32.4
PyYAML==6.0.3
pydantic==1.10.13
litestar==2.8.3
litestar==2.18.0
typing-inspect==0.9.0
uvicorn==0.22.0
watchdog==3.0.0
typer==0.3
rich==13
iterative-telemetry==0.0.5
dynaconf==3.2.4
pyarrow==14.0.1
pyarrow==23.0.1
pyspark==3.4.0
fsspec==2024.6.1
certifi==2024.7.4
urllib3==1.26.19
urllib3==2.6.3
ujson==5.4.0
deprecation==2.1.0
uuid6==2024.7.10
cryptography==43.0.1
cryptography==46.0.5

openai==1.16.2
evaluate==0.4.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"pip-audit>=2.7.2",
"wheel==0.38.1",
"setuptools==65.5.1; python_version < '3.12'",
"setuptools==68.2.2; python_version >= '3.12'",
"setuptools==78.1.1; python_version >= '3.12'",
"jupyter==1.0.0",
"mypy==1.1.1",
"pandas-stubs>=1.3.5",
Expand All @@ -92,7 +92,7 @@
"types-dataclasses==0.6",
"types-python-dateutil==2.8.19",
"types-ujson>=5.4.0",
"pillow==10.3.0",
"pillow==12.1.1",
"httpx==0.27.0",
"ruff==0.3.7",
"pre-commit==3.5.0",
Expand Down