chore(AIandML): update python env requirements
This commit is contained in:
parent
38b7038f4d
commit
19d2491d51
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,7 @@ ipython-genutils==0.2.0
|
||||||
ipywidgets==8.0.2
|
ipywidgets==8.0.2
|
||||||
jedi==0.18.1
|
jedi==0.18.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
|
joblib==1.2.0
|
||||||
jsonschema==4.16.0
|
jsonschema==4.16.0
|
||||||
jupyter==1.0.0
|
jupyter==1.0.0
|
||||||
jupyter-console==6.4.4
|
jupyter-console==6.4.4
|
||||||
|
@ -45,11 +46,14 @@ notebook==6.4.12
|
||||||
numpy==1.23.3
|
numpy==1.23.3
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
pandas==1.5.0
|
pandas==1.5.0
|
||||||
|
pandoc==2.2
|
||||||
pandocfilters==1.5.0
|
pandocfilters==1.5.0
|
||||||
parso==0.8.3
|
parso==0.8.3
|
||||||
pexpect==4.8.0
|
pexpect==4.8.0
|
||||||
pickleshare==0.7.5
|
pickleshare==0.7.5
|
||||||
Pillow==9.2.0
|
Pillow==9.2.0
|
||||||
|
plumbum==1.7.2
|
||||||
|
ply==3.11
|
||||||
prometheus-client==0.14.1
|
prometheus-client==0.14.1
|
||||||
prompt-toolkit==3.0.31
|
prompt-toolkit==3.0.31
|
||||||
psutil==5.9.2
|
psutil==5.9.2
|
||||||
|
@ -66,12 +70,15 @@ pytz==2022.2.1
|
||||||
pyzmq==24.0.0
|
pyzmq==24.0.0
|
||||||
qtconsole==5.3.2
|
qtconsole==5.3.2
|
||||||
QtPy==2.2.0
|
QtPy==2.2.0
|
||||||
|
scikit-learn==1.1.3
|
||||||
|
scipy==1.9.3
|
||||||
seaborn==0.12.0
|
seaborn==0.12.0
|
||||||
Send2Trash==1.8.0
|
Send2Trash==1.8.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
soupsieve==2.3.2.post1
|
soupsieve==2.3.2.post1
|
||||||
stack-data==0.5.0
|
stack-data==0.5.0
|
||||||
terminado==0.15.0
|
terminado==0.15.0
|
||||||
|
threadpoolctl==3.1.0
|
||||||
tinycss2==1.1.1
|
tinycss2==1.1.1
|
||||||
tornado==6.2
|
tornado==6.2
|
||||||
tqdm==4.64.1
|
tqdm==4.64.1
|
||||||
|
|
Reference in a new issue