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 windows-latest
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<coverage version="7.13.1" timestamp="1768812277473" lines-valid="11354" lines-covered="8064" line-rate="0.7102" branches-valid="4210" branches-covered="2565" branch-rate="0.6093" complexity="0">
|
||||
<coverage version="7.13.1" timestamp="1768815774351" lines-valid="11354" lines-covered="8064" line-rate="0.7102" branches-valid="4210" branches-covered="2564" branch-rate="0.609" complexity="0">
|
||||
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.13.1 -->
|
||||
<!-- 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.7485" branch-rate="0.6401" complexity="0">
|
||||
<package name="automl" line-rate="0.7485" branch-rate="0.6394" 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.7623" branch-rate="0.6377">
|
||||
<class name="automl.py" filename="automl/automl.py" complexity="0" line-rate="0.7631" branch-rate="0.6377">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -679,7 +679,7 @@
|
||||
<line number="1443" hits="1"/>
|
||||
<line number="1444" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1445" hits="1"/>
|
||||
<line number="1446" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1446" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="1444"/>
|
||||
<line number="1447" hits="1"/>
|
||||
<line number="1449" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1450" hits="1"/>
|
||||
@@ -1238,8 +1238,8 @@
|
||||
<line number="2908" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="2909" hits="1"/>
|
||||
<line number="2910" hits="1"/>
|
||||
<line number="2911" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="2912"/>
|
||||
<line number="2912" hits="0"/>
|
||||
<line number="2911" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="2912" hits="1"/>
|
||||
<line number="2914" hits="1"/>
|
||||
<line number="2916" hits="1"/>
|
||||
<line number="2917" hits="1"/>
|
||||
@@ -2074,7 +2074,7 @@
|
||||
<line number="650" hits="1"/>
|
||||
</lines>
|
||||
</class>
|
||||
<class name="model.py" filename="automl/model.py" complexity="0" line-rate="0.7141" branch-rate="0.5964">
|
||||
<class name="model.py" filename="automl/model.py" complexity="0" line-rate="0.7134" branch-rate="0.5942">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -2801,8 +2801,8 @@
|
||||
<line number="1493" hits="1"/>
|
||||
<line number="1494" hits="1"/>
|
||||
<line number="1496" hits="1"/>
|
||||
<line number="1497" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1498" hits="1"/>
|
||||
<line number="1497" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="1498"/>
|
||||
<line number="1498" hits="0"/>
|
||||
<line number="1499" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1501" hits="1"/>
|
||||
<line number="1502" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
|
||||
@@ -48,7 +48,7 @@ executing==2.2.1
|
||||
fastapi==0.128.0
|
||||
fastjsonschema==2.21.2
|
||||
filelock==3.20.3
|
||||
-e git+https://github.com/microsoft/FLAML@b1c98effd54b5f5738027dacf185cb9381095fd2#egg=FLAML
|
||||
-e git+https://github.com/microsoft/FLAML@0b852845b99ea6a8e0e51f2ac542c2c3894060dc#egg=FLAML
|
||||
fonttools==4.61.1
|
||||
fqdn==1.5.1
|
||||
frozenlist==1.8.0
|
||||
|
||||
@@ -38,4 +38,4 @@ torchvision==0.24.1
|
||||
transformers==4.57.6
|
||||
xgboost==3.1.3
|
||||
xgboost==3.1.3
|
||||
Current commit hash: b1c98effd54b5f5738027dacf185cb9381095fd2
|
||||
Current commit hash: 0b852845b99ea6a8e0e51f2ac542c2c3894060dc
|
||||
|
||||
Reference in New Issue
Block a user