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="1768961794853" lines-valid="11393" lines-covered="8095" line-rate="0.7105" branches-valid="4230" branches-covered="2577" branch-rate="0.6092" complexity="0">
|
||||
<coverage version="7.13.1" timestamp="1768961955407" lines-valid="11393" lines-covered="8092" line-rate="0.7103" branches-valid="4230" branches-covered="2575" branch-rate="0.6087" 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>
|
||||
@@ -8208,7 +8208,7 @@
|
||||
</class>
|
||||
</classes>
|
||||
</package>
|
||||
<package name="tune" line-rate="0.8016" branch-rate="0.7068" complexity="0">
|
||||
<package name="tune" line-rate="0.8009" branch-rate="0.705" complexity="0">
|
||||
<classes>
|
||||
<class name="__init__.py" filename="tune/__init__.py" complexity="0" line-rate="0.6429" branch-rate="0">
|
||||
<methods/>
|
||||
@@ -9176,7 +9176,7 @@
|
||||
<line number="171" hits="0"/>
|
||||
</lines>
|
||||
</class>
|
||||
<class name="tune.py" filename="tune/tune.py" complexity="0" line-rate="0.6115" branch-rate="0.5714">
|
||||
<class name="tune.py" filename="tune/tune.py" complexity="0" line-rate="0.6091" branch-rate="0.5659">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -9298,8 +9298,8 @@
|
||||
<line number="221" hits="1"/>
|
||||
<line number="222" hits="1"/>
|
||||
<line number="223" hits="1"/>
|
||||
<line number="224" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="225" hits="1"/>
|
||||
<line number="224" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="225"/>
|
||||
<line number="225" hits="0"/>
|
||||
<line number="226" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="227" hits="1"/>
|
||||
<line number="228" hits="1"/>
|
||||
@@ -9706,7 +9706,7 @@
|
||||
</class>
|
||||
</classes>
|
||||
</package>
|
||||
<package name="tune.searcher" line-rate="0.8273" 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/>
|
||||
@@ -9716,7 +9716,7 @@
|
||||
<line number="3" hits="1"/>
|
||||
</lines>
|
||||
</class>
|
||||
<class name="blendsearch.py" filename="tune/searcher/blendsearch.py" complexity="0" line-rate="0.9368" 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"/>
|
||||
@@ -10170,9 +10170,9 @@
|
||||
<line number="819" hits="1"/>
|
||||
<line number="820" hits="1"/>
|
||||
<line number="821" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="822" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="823" hits="1"/>
|
||||
<line number="824" hits="1"/>
|
||||
<line number="822" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="823"/>
|
||||
<line number="823" hits="0"/>
|
||||
<line number="824" hits="0"/>
|
||||
<line number="825" hits="1"/>
|
||||
<line number="827" hits="1"/>
|
||||
<line number="831" 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@6c6b1914544ec9db3c7e45b0def32778b17e1f7a#egg=FLAML
|
||||
-e git+https://github.com/microsoft/FLAML@cc2180fb8aef54bb50f64f6c74cde2f5c9d6c040#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: 6c6b1914544ec9db3c7e45b0def32778b17e1f7a
|
||||
Current commit hash: cc2180fb8aef54bb50f64f6c74cde2f5c9d6c040
|
||||
|
||||
Reference in New Issue
Block a user