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.2" timestamp="1769566671903" lines-valid="11572" lines-covered="8136" line-rate="0.7031" branches-valid="4330" branches-covered="2594" branch-rate="0.5991" complexity="0">
|
||||
<coverage version="7.13.2" timestamp="1769660301208" lines-valid="11572" lines-covered="8136" line-rate="0.7031" branches-valid="4330" branches-covered="2594" branch-rate="0.5991" 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>
|
||||
@@ -73,7 +73,7 @@
|
||||
<line number="9" hits="0"/>
|
||||
</lines>
|
||||
</class>
|
||||
<class name="automl.py" filename="automl/automl.py" complexity="0" line-rate="0.7668" branch-rate="0.6458">
|
||||
<class name="automl.py" filename="automl/automl.py" complexity="0" line-rate="0.7668" branch-rate="0.6439">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -702,7 +702,7 @@
|
||||
<line number="1655" hits="1"/>
|
||||
<line number="1656" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1657" hits="1"/>
|
||||
<line number="1658" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1658" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="1656"/>
|
||||
<line number="1659" hits="1"/>
|
||||
<line number="1661" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1662" 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.7155" branch-rate="0.5925">
|
||||
<class name="model.py" filename="automl/model.py" complexity="0" line-rate="0.7155" branch-rate="0.5947">
|
||||
<methods/>
|
||||
<lines>
|
||||
<line number="5" hits="1"/>
|
||||
@@ -2891,7 +2891,7 @@
|
||||
<line number="1625" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1627" hits="1"/>
|
||||
<line number="1628" hits="1"/>
|
||||
<line number="1631" hits="1" branch="true" condition-coverage="50% (1/2)" missing-branches="1649"/>
|
||||
<line number="1631" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1632" hits="1"/>
|
||||
<line number="1645" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
||||
<line number="1646" hits="1"/>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
absl-py==2.3.1
|
||||
absl-py==2.4.0
|
||||
accelerate==1.12.0
|
||||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.13.3
|
||||
aiosignal==1.4.0
|
||||
alembic==1.18.1
|
||||
alembic==1.18.2
|
||||
annotated-doc==0.0.4
|
||||
annotated-types==0.7.0
|
||||
anyio==4.12.1
|
||||
@@ -49,7 +49,7 @@ executing==2.2.1
|
||||
fastapi==0.128.0
|
||||
fastjsonschema==2.21.2
|
||||
filelock==3.20.3
|
||||
-e git+https://github.com/microsoft/FLAML@0f6b1d032df1445e5ed34b3343d20d4bc50c70b7#egg=FLAML
|
||||
-e git+https://github.com/microsoft/FLAML@73029aa90638da48512bb095ced43592ccf92c22#egg=FLAML
|
||||
fonttools==4.61.1
|
||||
fqdn==1.5.1
|
||||
frozenlist==1.8.0
|
||||
@@ -145,7 +145,7 @@ prometheus_client==0.24.1
|
||||
prompt_toolkit==3.0.52
|
||||
propcache==0.4.1
|
||||
protobuf==6.33.4
|
||||
psutil==7.2.1
|
||||
psutil==7.2.2
|
||||
pure_eval==0.2.3
|
||||
pyarrow==23.0.0
|
||||
pyasn1==0.6.2
|
||||
|
||||
@@ -19,7 +19,7 @@ openml==0.15.1
|
||||
optuna==2.8.0
|
||||
packaging==24.2
|
||||
pandas==2.3.3
|
||||
psutil==7.2.1
|
||||
psutil==7.2.2
|
||||
pytest-rerunfailures==16.1
|
||||
pytest==9.0.2
|
||||
pytorch-forecasting==1.6.1
|
||||
@@ -38,4 +38,4 @@ torchvision==0.25.0
|
||||
transformers==5.0.0
|
||||
xgboost==3.1.3
|
||||
xgboost==3.1.3
|
||||
Current commit hash: 0f6b1d032df1445e5ed34b3343d20d4bc50c70b7
|
||||
Current commit hash: 73029aa90638da48512bb095ced43592ccf92c22
|
||||
|
||||
Reference in New Issue
Block a user