Skip to content

Commit

Permalink
Update vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed May 7, 2024
1 parent 17dac85 commit 7b8ed74
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation

## Python version support
Insolver is currently available in Python, and installation has been tested in virtual environments for the Python releases 3.8, 3.9 and 3.10 on Linux, macOS, and Windows.
Insolver is currently available in Python, and installation has been tested in virtual environments for the Python releases 3.8, 3.9, 3.10 and 3.11 on Linux, macOS, and Windows.

## Install from GitHub
Insolver installation is available directly from [GitHub repository](https://github.com/MindSetLib/Insolver) with pip.
Expand Down
2 changes: 1 addition & 1 deletion insolver/report/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import glob

import pandas
from pandas_profiling import ProfileReport
from ydata_profiling import ProfileReport

from .presets import (
_create_shap,
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
[testenv]
deps = -r requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ plotly>=5.3.1
seaborn==0.11.2
shap>=0.39.0
h2o>=3.46.0.1
statsmodels==0.13.1
statsmodels>=0.13.1
lime>=0.2.0.1
dill>=0.3.4

# insolver.report
jinja2>= 3.1.3
pandas-profiling==3.1.0
ydata-profiling==4.7.0

# insolver.serving
flask>=2.3.2
fastapi>=0.109.1
uvicorn[standard]>=0.13.3
pydantic==1.8.2
pydantic>=2
gunicorn>=20.0.4
Django>=5.0.3
djangorestframework==3.13.1
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Bug Tracker = https://github.com/MindSetLib/Insolver/issues
Documentation = https://insolver.readthedocs.io/en/stable/
Expand Down

0 comments on commit 7b8ed74

Please sign in to comment.