mirror of
https://github.com/microsoft/FLAML.git
synced 2026-02-09 02:09:16 +08:00
Update installed dependencies for Python 3.11 on ubuntu-latest
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<coverage version="7.13.2" timestamp="1769661019217" lines-valid="11520" lines-covered="9234" line-rate="0.8016" branches-valid="4326" branches-covered="3031" branch-rate="0.7006" complexity="0">
|
||||
<coverage version="7.13.2" timestamp="1769927857442" lines-valid="11520" lines-covered="9235" line-rate="0.8016" branches-valid="4326" branches-covered="3031" branch-rate="0.7006" complexity="0">
|
||||
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.13.2 -->
|
||||
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
|
||||
<sources>
|
||||
@@ -59,7 +59,7 @@
|
||||
</class>
|
||||
</classes>
|
||||
</package>
|
||||
<package name="automl" line-rate="0.8948" branch-rate="0.7932" complexity="0">
|
||||
<package name="automl" line-rate="0.895" branch-rate="0.7932" complexity="0">
|
||||
<classes>
|
||||
<class name="__init__.py" filename="automl/__init__.py" complexity="0" line-rate="0.7143" branch-rate="1">
|
||||
<methods/>
|
||||
@@ -73,7 +73,7 @@
|
||||
<line number="9" hits="0"/>
|
||||
</lines>
|
||||
</class>
|
||||
<class name="automl.py" filename="automl/automl.py" complexity="0" line-rate="0.8917" branch-rate="0.8044">
|
||||
<class name="automl.py" filename="automl/automl.py" complexity="0" line-rate="0.8931" branch-rate="0.8044">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -1396,8 +1396,8 @@
|
||||
<line number="3402" hits="1"/>
|
||||
<line number="3403" hits="1"/>
|
||||
<line number="3404" hits="1"/>
|
||||
<line number="3405" hits="0"/>
|
||||
<line number="3406" hits="0"/>
|
||||
<line number="3405" hits="1"/>
|
||||
<line number="3406" hits="1"/>
|
||||
<line number="3407" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="3408" hits="1"/>
|
||||
<line number="3409" hits="1"/>
|
||||
@@ -2100,7 +2100,7 @@
|
||||
<line number="650" hits="1"/>
|
||||
</lines>
|
||||
</class>
|
||||
<class name="model.py" filename="automl/model.py" complexity="0" line-rate="0.9095" branch-rate="0.7797">
|
||||
<class name="model.py" filename="automl/model.py" complexity="0" line-rate="0.9088" branch-rate="0.7797">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -2682,7 +2682,7 @@
|
||||
<line number="1215" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="1218"/>
|
||||
<line number="1216" hits="1"/>
|
||||
<line number="1218" hits="0"/>
|
||||
<line number="1219" hits="1"/>
|
||||
<line number="1219" hits="0"/>
|
||||
<line number="1221" hits="0"/>
|
||||
<line number="1223" hits="1"/>
|
||||
<line number="1225" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="1226"/>
|
||||
|
||||
@@ -3,7 +3,7 @@ accelerate==1.12.0
|
||||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.13.3
|
||||
aiosignal==1.4.0
|
||||
alembic==1.18.2
|
||||
alembic==1.18.3
|
||||
annotated-doc==0.0.4
|
||||
annotated-types==0.7.0
|
||||
anyio==4.12.1
|
||||
@@ -13,7 +13,7 @@ arrow==1.4.0
|
||||
asttokens==3.0.1
|
||||
async-lru==2.1.0
|
||||
attrs==25.4.0
|
||||
autopage==0.5.2
|
||||
autopage==0.6.0
|
||||
babel==2.17.0
|
||||
beautifulsoup4==4.14.3
|
||||
bleach==6.3.0
|
||||
@@ -38,10 +38,10 @@ cryptography==46.0.4
|
||||
cuda-bindings==12.9.4
|
||||
cuda-pathfinder==1.3.3
|
||||
cycler==0.12.1
|
||||
databricks-sdk==0.81.0
|
||||
databricks-sdk==0.82.0
|
||||
dataclasses==0.6
|
||||
datasets==4.5.0
|
||||
debugpy==1.8.19
|
||||
debugpy==1.8.20
|
||||
decorator==5.2.1
|
||||
defusedxml==0.7.1
|
||||
dill==0.4.0
|
||||
@@ -51,7 +51,7 @@ executing==2.2.1
|
||||
fastapi==0.128.0
|
||||
fastjsonschema==2.21.2
|
||||
filelock==3.20.3
|
||||
-e git+https://github.com/microsoft/FLAML@47af42c6a46e231f02a9d1b4abc88db9e9154884#egg=FLAML
|
||||
-e git+https://github.com/microsoft/FLAML@d1d446374c301c0c2242acbbbadcd121172b9d25#egg=FLAML
|
||||
fonttools==4.61.1
|
||||
fqdn==1.5.1
|
||||
frozenlist==1.8.0
|
||||
@@ -67,7 +67,7 @@ hf-xet==1.2.0
|
||||
holidays==0.89
|
||||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
huggingface_hub==1.3.4
|
||||
huggingface_hub==1.3.5
|
||||
identify==2.6.16
|
||||
idna==3.11
|
||||
importlib_metadata==8.7.1
|
||||
@@ -102,7 +102,7 @@ kiwisolver==1.4.9
|
||||
lark==1.3.1
|
||||
liac-arff==2.5.0
|
||||
lightgbm==4.6.0
|
||||
lightning==2.6.0
|
||||
lightning==2.6.1
|
||||
lightning-utilities==0.15.2
|
||||
lunardate==0.2.2
|
||||
Mako==1.3.10
|
||||
@@ -119,7 +119,7 @@ multidict==6.7.1
|
||||
multiprocess==0.70.18
|
||||
narwhals==2.15.0
|
||||
nbclient==0.10.4
|
||||
nbconvert==7.16.6
|
||||
nbconvert==7.17.0
|
||||
nbformat==5.10.4
|
||||
nest-asyncio==1.6.0
|
||||
networkx==3.6.1
|
||||
@@ -165,7 +165,7 @@ prometheus_client==0.24.1
|
||||
prompt_toolkit==3.0.52
|
||||
propcache==0.4.1
|
||||
prophet==1.3.0
|
||||
protobuf==6.33.4
|
||||
protobuf==6.33.5
|
||||
psutil==7.2.2
|
||||
ptyprocess==0.7.0
|
||||
pure_eval==0.2.3
|
||||
@@ -188,7 +188,7 @@ pytest-rerunfailures==16.1
|
||||
python-dateutil==2.9.0.post0
|
||||
python-json-logger==4.0.0
|
||||
pytorch-forecasting==1.6.1
|
||||
pytorch-lightning==2.6.0
|
||||
pytorch-lightning==2.6.1
|
||||
pytz==2025.2
|
||||
PyYAML==6.0.3
|
||||
pyzmq==27.1.0
|
||||
@@ -232,7 +232,7 @@ torch==2.10.0
|
||||
torchmetrics==1.8.2
|
||||
torchvision==0.25.0
|
||||
tornado==6.5.4
|
||||
tqdm==4.67.1
|
||||
tqdm==4.67.2
|
||||
traitlets==5.14.3
|
||||
transformers==5.0.0
|
||||
triton==3.6.0
|
||||
@@ -244,7 +244,7 @@ uri-template==1.3.0
|
||||
urllib3==2.6.3
|
||||
uvicorn==0.40.0
|
||||
virtualenv==20.36.1
|
||||
wcwidth==0.5.0
|
||||
wcwidth==0.5.3
|
||||
webcolors==25.10.0
|
||||
webencodings==0.5.1
|
||||
websocket-client==1.9.0
|
||||
|
||||
@@ -11,7 +11,7 @@ joblibspark==0.6.0
|
||||
jupyter==1.1.1
|
||||
lightgbm==4.6.0
|
||||
mlflow-skinny==2.22.1
|
||||
nbconvert==7.16.6
|
||||
nbconvert==7.17.0
|
||||
nbformat==5.10.4
|
||||
nltk==3.9.2
|
||||
numpy==1.26.4
|
||||
@@ -24,7 +24,7 @@ psutil==7.2.2
|
||||
pytest-rerunfailures==16.1
|
||||
pytest==9.0.2
|
||||
pytorch-forecasting==1.6.1
|
||||
pytorch-lightning==2.6.0
|
||||
pytorch-lightning==2.6.1
|
||||
requests==2.32.5
|
||||
rgf-python==3.12.0
|
||||
rouge_score==0.1.2
|
||||
@@ -39,4 +39,4 @@ torchvision==0.25.0
|
||||
transformers==5.0.0
|
||||
xgboost==3.1.3
|
||||
xgboost==3.1.3
|
||||
Current commit hash: 47af42c6a46e231f02a9d1b4abc88db9e9154884
|
||||
Current commit hash: d1d446374c301c0c2242acbbbadcd121172b9d25
|
||||
|
||||
Reference in New Issue
Block a user