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="1769920042799" lines-valid="11572" lines-covered="8136" line-rate="0.7031" branches-valid="4330" branches-covered="2595" branch-rate="0.5993" complexity="0">
|
||||
<coverage version="7.13.2" timestamp="1770092871675" 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>
|
||||
@@ -59,7 +59,7 @@
|
||||
</class>
|
||||
</classes>
|
||||
</package>
|
||||
<package name="automl" line-rate="0.7502" branch-rate="0.6416" complexity="0">
|
||||
<package name="automl" line-rate="0.7502" branch-rate="0.6409" 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.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"/>
|
||||
|
||||
@@ -14,7 +14,7 @@ asttokens==3.0.1
|
||||
async-lru==2.1.0
|
||||
attrs==25.4.0
|
||||
autopage==0.6.0
|
||||
babel==2.17.0
|
||||
babel==2.18.0
|
||||
beautifulsoup4==4.14.3
|
||||
bleach==6.3.0
|
||||
cachetools==5.5.2
|
||||
@@ -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@eb3890fd4b5b67c3c6e7c3b7753f2f13f7756e93#egg=FLAML
|
||||
-e git+https://github.com/microsoft/FLAML@a883ec704b9ec3ddfdfe59e452e8f420ffca7ad5#egg=FLAML
|
||||
fonttools==4.61.1
|
||||
fqdn==1.5.1
|
||||
frozenlist==1.8.0
|
||||
@@ -64,13 +64,13 @@ hcrystalball==0.1.12
|
||||
hf-xet==1.2.0
|
||||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
huggingface_hub==1.3.5
|
||||
huggingface_hub==1.3.7
|
||||
identify==2.6.16
|
||||
idna==3.11
|
||||
importlib_metadata==8.7.1
|
||||
iniconfig==2.3.0
|
||||
ipykernel==7.1.0
|
||||
ipython==9.9.0
|
||||
ipython==9.10.0
|
||||
ipython_pygments_lexers==1.1.1
|
||||
ipywidgets==8.1.8
|
||||
isoduration==20.11.0
|
||||
@@ -113,7 +113,7 @@ mlflow-skinny==2.22.1
|
||||
mpmath==1.3.0
|
||||
multidict==6.7.1
|
||||
multiprocess==0.70.18
|
||||
narwhals==2.15.0
|
||||
narwhals==2.16.0
|
||||
nbclient==0.10.4
|
||||
nbconvert==7.17.0
|
||||
nbformat==5.10.4
|
||||
@@ -177,7 +177,7 @@ rfc3339-validator==0.1.4
|
||||
rfc3986-validator==0.1.1
|
||||
rfc3987-syntax==1.1.0
|
||||
rgf-python==3.12.0
|
||||
rich==14.3.1
|
||||
rich==14.3.2
|
||||
rich-argparse==1.7.2
|
||||
rouge_score==0.1.2
|
||||
rpds-py==0.30.0
|
||||
|
||||
@@ -38,4 +38,4 @@ torchvision==0.25.0
|
||||
transformers==5.0.0
|
||||
xgboost==3.1.3
|
||||
xgboost==3.1.3
|
||||
Current commit hash: eb3890fd4b5b67c3c6e7c3b7753f2f13f7756e93
|
||||
Current commit hash: a883ec704b9ec3ddfdfe59e452e8f420ffca7ad5
|
||||
|
||||
Reference in New Issue
Block a user