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="1768923785687" lines-valid="11385" lines-covered="8085" line-rate="0.7101" branches-valid="4226" branches-covered="2574" branch-rate="0.6091" complexity="0">
|
||||
<coverage version="7.13.1" timestamp="1768925027804" lines-valid="11385" lines-covered="8084" line-rate="0.7101" branches-valid="4226" branches-covered="2574" branch-rate="0.6091" 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.749" branch-rate="0.6404" complexity="0">
|
||||
<package name="automl" line-rate="0.749" branch-rate="0.6411" 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.7644" branch-rate="0.6404">
|
||||
<class name="automl.py" filename="automl/automl.py" complexity="0" line-rate="0.7644" branch-rate="0.6423">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -687,7 +687,7 @@
|
||||
<line number="1567" hits="1"/>
|
||||
<line number="1568" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1569" hits="1"/>
|
||||
<line number="1570" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="1568"/>
|
||||
<line number="1570" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1571" hits="1"/>
|
||||
<line number="1573" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1574" hits="1"/>
|
||||
@@ -9698,7 +9698,7 @@
|
||||
</class>
|
||||
</classes>
|
||||
</package>
|
||||
<package name="tune.searcher" line-rate="0.8268" branch-rate="0.7818" complexity="0">
|
||||
<package name="tune.searcher" line-rate="0.8262" branch-rate="0.7807" complexity="0">
|
||||
<classes>
|
||||
<class name="__init__.py" filename="tune/searcher/__init__.py" complexity="0" line-rate="1" branch-rate="1">
|
||||
<methods/>
|
||||
@@ -9708,7 +9708,7 @@
|
||||
<line number="3" hits="1"/>
|
||||
</lines>
|
||||
</class>
|
||||
<class name="blendsearch.py" filename="tune/searcher/blendsearch.py" complexity="0" line-rate="0.9352" branch-rate="0.9146">
|
||||
<class name="blendsearch.py" filename="tune/searcher/blendsearch.py" complexity="0" line-rate="0.9336" branch-rate="0.9116">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -10197,8 +10197,8 @@
|
||||
<line number="883" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="884" hits="1"/>
|
||||
<line number="885" hits="1"/>
|
||||
<line number="886" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="889" hits="1"/>
|
||||
<line number="886" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="889"/>
|
||||
<line number="889" hits="0"/>
|
||||
<line number="890" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="892" hits="1"/>
|
||||
<line number="893" hits="1"/>
|
||||
|
||||
@@ -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@9bc3c51ac4f693cde16589c95d039ab61acaedaf#egg=FLAML
|
||||
-e git+https://github.com/microsoft/FLAML@8bd09ccb5122e4d7cf5bc1e5cf177635d1c1b3dc#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: 9bc3c51ac4f693cde16589c95d039ab61acaedaf
|
||||
Current commit hash: 8bd09ccb5122e4d7cf5bc1e5cf177635d1c1b3dc
|
||||
|
||||
Reference in New Issue
Block a user