From ee084c2a9599700e535813fdee2ad9339fd1c93a Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Fri, 24 May 2024 10:18:58 -0700 Subject: [PATCH] Automated dependency upgrades (#1012) * update dependencies for emmet-api (ubuntu-latest/py3.10) * update dependencies for emmet-api (ubuntu-latest/py3.11) * update dependencies for emmet-api (ubuntu-latest/py3.9) * update dependencies for emmet-builders (ubuntu-latest/py3.10) * update dependencies for emmet-builders (ubuntu-latest/py3.11) * update dependencies for emmet-builders (ubuntu-latest/py3.9) * update dependencies for emmet-core (ubuntu-latest/py3.10) * update dependencies for emmet-core (ubuntu-latest/py3.11) * update dependencies for emmet-core (ubuntu-latest/py3.9) --------- Co-authored-by: github-actions --- .../requirements/ubuntu-latest_py3.10.txt | 30 ++++---- .../ubuntu-latest_py3.10_extras.txt | 52 +++++++------ .../requirements/ubuntu-latest_py3.11.txt | 30 ++++---- .../ubuntu-latest_py3.11_extras.txt | 52 +++++++------ .../requirements/ubuntu-latest_py3.9.txt | 30 ++++---- .../ubuntu-latest_py3.9_extras.txt | 50 ++++++------- .../requirements/ubuntu-latest_py3.10.txt | 50 ++++++------- .../ubuntu-latest_py3.10_extras.txt | 74 +++++++++---------- .../requirements/ubuntu-latest_py3.11.txt | 50 ++++++------- .../ubuntu-latest_py3.11_extras.txt | 74 +++++++++---------- .../requirements/ubuntu-latest_py3.9.txt | 52 ++++++------- .../ubuntu-latest_py3.9_extras.txt | 74 +++++++++---------- .../requirements/ubuntu-latest_py3.10.txt | 12 +-- .../ubuntu-latest_py3.10_extras.txt | 72 +++++++++--------- .../requirements/ubuntu-latest_py3.11.txt | 12 +-- .../ubuntu-latest_py3.11_extras.txt | 72 +++++++++--------- .../requirements/ubuntu-latest_py3.9.txt | 14 ++-- .../ubuntu-latest_py3.9_extras.txt | 59 +++++++-------- 18 files changed, 398 insertions(+), 461 deletions(-) diff --git a/emmet-api/requirements/ubuntu-latest_py3.10.txt b/emmet-api/requirements/ubuntu-latest_py3.10.txt index a219ed9167..ee21cad278 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.10.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.10.txt @@ -6,7 +6,7 @@ # aioitertools==0.11.0 # via maggma -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -27,11 +27,11 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via # emmet-api (setup.py) # maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -64,7 +64,7 @@ cycler==0.12.1 # via matplotlib ddsketch==3.0.1 # via ddtrace -ddtrace==2.8.4 +ddtrace==2.8.5 # via emmet-api (setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -86,9 +86,8 @@ exceptiongroup==1.2.1 fastapi==0.111.0 # via # emmet-api (setup.py) - # fastapi-cli # maggma -fastapi-cli==0.0.2 +fastapi-cli==0.0.4 # via fastapi flask==3.0.3 # via mongogrant @@ -136,7 +135,7 @@ kiwisolver==1.4.5 # via matplotlib latexcodec==3.0.0 # via pybtex -maggma==0.66.0 +maggma==0.67.0 # via emmet-api (setup.py) markdown-it-py==3.0.0 # via rich @@ -144,7 +143,7 @@ markupsafe==2.1.5 # via # jinja2 # werkzeug -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen mdurl==0.1.2 # via markdown-it-py @@ -152,7 +151,7 @@ mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -195,7 +194,7 @@ pillow==10.3.0 # via matplotlib plotly==5.22.0 # via pymatgen -protobuf==5.26.1 +protobuf==5.27.0 # via ddtrace pybtex==0.24.0 # via @@ -225,7 +224,7 @@ pymatgen==2024.5.1 # pymatgen-analysis-alloys pymatgen-analysis-alloys==0.0.6 # via emmet-api (setup.py) -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # mongogrant @@ -257,7 +256,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # mongogrant # pymatgen @@ -275,7 +274,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scipy==1.13.0 +scipy==1.13.1 # via pymatgen sentinels==1.0.0 # via mongomock @@ -332,7 +331,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -343,7 +342,6 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn @@ -357,7 +355,7 @@ wrapt==1.16.0 # via deprecated xmltodict==0.13.0 # via ddtrace -zipp==3.18.1 +zipp==3.18.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt b/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt index 2501ae65f7..eb434c9556 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.10_extras.txt @@ -6,7 +6,7 @@ # aioitertools==0.11.0 # via maggma -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -27,11 +27,11 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via # emmet-api (setup.py) # maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -76,7 +76,7 @@ cycler==0.12.1 # via matplotlib ddsketch==3.0.1 # via ddtrace -ddtrace==2.8.4 +ddtrace==2.8.5 # via emmet-api (setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -101,9 +101,8 @@ exceptiongroup==1.2.1 fastapi==0.111.0 # via # emmet-api (setup.py) - # fastapi-cli # maggma -fastapi-cli==0.0.2 +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via virtualenv @@ -117,7 +116,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python gunicorn==22.0.0 # via emmet-api (setup.py) @@ -173,7 +172,7 @@ latexcodec==3.0.0 # via pybtex livereload==2.6.3 # via emmet-api (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via emmet-api (setup.py) markdown==3.6 # via @@ -191,7 +190,7 @@ markupsafe==2.1.5 # mkdocs-autorefs # mkdocstrings # werkzeug -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen mccabe==0.7.0 # via flake8 @@ -230,13 +229,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-api (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -291,7 +290,7 @@ pathspec==0.12.1 # via mkdocs pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -300,9 +299,9 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-api (setup.py) -protobuf==5.26.1 +protobuf==5.27.0 # via ddtrace pybtex==0.24.0 # via @@ -336,7 +335,7 @@ pygments==2.18.0 # via # mkdocs-material # rich -pymatgen==2024.4.13 +pymatgen==2024.5.1 # via # emmet-core # pymatgen-analysis-alloys @@ -346,7 +345,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # mongogrant @@ -354,7 +353,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-api (setup.py) # pytest-cov @@ -393,7 +392,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # mongogrant # pymatgen @@ -411,7 +410,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scipy==1.13.0 +scipy==1.13.1 # via pymatgen sentinels==1.0.0 # via mongomock @@ -463,9 +462,9 @@ tqdm==4.66.4 # pymatgen typer==0.12.3 # via fastapi-cli -types-requests==2.31.0.20240406 +types-requests==2.32.0.20240523 # via emmet-api (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-api (setup.py) typing-extensions==4.11.0 # via @@ -483,7 +482,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -495,17 +494,16 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn @@ -517,7 +515,7 @@ wrapt==1.16.0 # via deprecated xmltodict==0.13.0 # via ddtrace -zipp==3.18.1 +zipp==3.18.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/emmet-api/requirements/ubuntu-latest_py3.11.txt b/emmet-api/requirements/ubuntu-latest_py3.11.txt index 23b358f9fd..f0ad0b59ca 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.11.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.11.txt @@ -6,7 +6,7 @@ # aioitertools==0.11.0 # via maggma -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -27,11 +27,11 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via # emmet-api (setup.py) # maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -64,7 +64,7 @@ cycler==0.12.1 # via matplotlib ddsketch==3.0.1 # via ddtrace -ddtrace==2.8.4 +ddtrace==2.8.5 # via emmet-api (setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -82,9 +82,8 @@ envier==0.5.1 fastapi==0.111.0 # via # emmet-api (setup.py) - # fastapi-cli # maggma -fastapi-cli==0.0.2 +fastapi-cli==0.0.4 # via fastapi flask==3.0.3 # via mongogrant @@ -132,7 +131,7 @@ kiwisolver==1.4.5 # via matplotlib latexcodec==3.0.0 # via pybtex -maggma==0.66.0 +maggma==0.67.0 # via emmet-api (setup.py) markdown-it-py==3.0.0 # via rich @@ -140,7 +139,7 @@ markupsafe==2.1.5 # via # jinja2 # werkzeug -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen mdurl==0.1.2 # via markdown-it-py @@ -148,7 +147,7 @@ mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -191,7 +190,7 @@ pillow==10.3.0 # via matplotlib plotly==5.22.0 # via pymatgen -protobuf==5.26.1 +protobuf==5.27.0 # via ddtrace pybtex==0.24.0 # via @@ -221,7 +220,7 @@ pymatgen==2024.5.1 # pymatgen-analysis-alloys pymatgen-analysis-alloys==0.0.6 # via emmet-api (setup.py) -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # mongogrant @@ -253,7 +252,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # mongogrant # pymatgen @@ -271,7 +270,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scipy==1.13.0 +scipy==1.13.1 # via pymatgen sentinels==1.0.0 # via mongomock @@ -324,7 +323,7 @@ typing-extensions==4.11.0 # typer tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -335,7 +334,6 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn @@ -349,7 +347,7 @@ wrapt==1.16.0 # via deprecated xmltodict==0.13.0 # via ddtrace -zipp==3.18.1 +zipp==3.18.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt b/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt index d2a0402a61..2f07f91c22 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.11_extras.txt @@ -6,7 +6,7 @@ # aioitertools==0.11.0 # via maggma -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -27,11 +27,11 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via # emmet-api (setup.py) # maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -76,7 +76,7 @@ cycler==0.12.1 # via matplotlib ddsketch==3.0.1 # via ddtrace -ddtrace==2.8.4 +ddtrace==2.8.5 # via emmet-api (setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -96,9 +96,8 @@ envier==0.5.1 fastapi==0.111.0 # via # emmet-api (setup.py) - # fastapi-cli # maggma -fastapi-cli==0.0.2 +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via virtualenv @@ -112,7 +111,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python gunicorn==22.0.0 # via emmet-api (setup.py) @@ -168,7 +167,7 @@ latexcodec==3.0.0 # via pybtex livereload==2.6.3 # via emmet-api (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via emmet-api (setup.py) markdown==3.6 # via @@ -186,7 +185,7 @@ markupsafe==2.1.5 # mkdocs-autorefs # mkdocstrings # werkzeug -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen mccabe==0.7.0 # via flake8 @@ -225,13 +224,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-api (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -286,7 +285,7 @@ pathspec==0.12.1 # via mkdocs pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -295,9 +294,9 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-api (setup.py) -protobuf==5.26.1 +protobuf==5.27.0 # via ddtrace pybtex==0.24.0 # via @@ -331,7 +330,7 @@ pygments==2.18.0 # via # mkdocs-material # rich -pymatgen==2024.4.13 +pymatgen==2024.5.1 # via # emmet-core # pymatgen-analysis-alloys @@ -341,7 +340,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # mongogrant @@ -349,7 +348,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-api (setup.py) # pytest-cov @@ -388,7 +387,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # mongogrant # pymatgen @@ -406,7 +405,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scipy==1.13.0 +scipy==1.13.1 # via pymatgen sentinels==1.0.0 # via mongomock @@ -453,9 +452,9 @@ tqdm==4.66.4 # pymatgen typer==0.12.3 # via fastapi-cli -types-requests==2.31.0.20240406 +types-requests==2.32.0.20240523 # via emmet-api (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-api (setup.py) typing-extensions==4.11.0 # via @@ -469,7 +468,7 @@ typing-extensions==4.11.0 # typer tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -481,17 +480,16 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn @@ -503,7 +501,7 @@ wrapt==1.16.0 # via deprecated xmltodict==0.13.0 # via ddtrace -zipp==3.18.1 +zipp==3.18.2 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/emmet-api/requirements/ubuntu-latest_py3.9.txt b/emmet-api/requirements/ubuntu-latest_py3.9.txt index b549d8bab9..b43c9aa86f 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.9.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.9.txt @@ -6,7 +6,7 @@ # aioitertools==0.11.0 # via maggma -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -27,11 +27,11 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via # emmet-api (setup.py) # maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -64,7 +64,7 @@ cycler==0.12.1 # via matplotlib ddsketch==3.0.1 # via ddtrace -ddtrace==2.8.4 +ddtrace==2.8.5 # via emmet-api (setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -86,9 +86,8 @@ exceptiongroup==1.2.1 fastapi==0.111.0 # via # emmet-api (setup.py) - # fastapi-cli # maggma -fastapi-cli==0.0.2 +fastapi-cli==0.0.4 # via fastapi flask==3.0.3 # via mongogrant @@ -142,7 +141,7 @@ kiwisolver==1.4.5 # via matplotlib latexcodec==3.0.0 # via pybtex -maggma==0.66.0 +maggma==0.67.0 # via emmet-api (setup.py) markdown-it-py==3.0.0 # via rich @@ -150,7 +149,7 @@ markupsafe==2.1.5 # via # jinja2 # werkzeug -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen mdurl==0.1.2 # via markdown-it-py @@ -158,7 +157,7 @@ mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -201,7 +200,7 @@ pillow==10.3.0 # via matplotlib plotly==5.22.0 # via pymatgen -protobuf==5.26.1 +protobuf==5.27.0 # via ddtrace pybtex==0.24.0 # via @@ -231,7 +230,7 @@ pymatgen==2024.5.1 # pymatgen-analysis-alloys pymatgen-analysis-alloys==0.0.6 # via emmet-api (setup.py) -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # mongogrant @@ -263,7 +262,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # mongogrant # pymatgen @@ -281,7 +280,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scipy==1.13.0 +scipy==1.13.1 # via pymatgen sentinels==1.0.0 # via mongomock @@ -341,7 +340,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -352,7 +351,6 @@ urllib3==1.26.18 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn @@ -366,7 +364,7 @@ wrapt==1.16.0 # via deprecated xmltodict==0.13.0 # via ddtrace -zipp==3.18.1 +zipp==3.18.2 # via # importlib-metadata # importlib-resources diff --git a/emmet-api/requirements/ubuntu-latest_py3.9_extras.txt b/emmet-api/requirements/ubuntu-latest_py3.9_extras.txt index f07b2dbdd5..e4cfe7571a 100644 --- a/emmet-api/requirements/ubuntu-latest_py3.9_extras.txt +++ b/emmet-api/requirements/ubuntu-latest_py3.9_extras.txt @@ -6,7 +6,7 @@ # aioitertools==0.11.0 # via maggma -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -27,11 +27,11 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via # emmet-api (setup.py) # maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -76,7 +76,7 @@ cycler==0.12.1 # via matplotlib ddsketch==3.0.1 # via ddtrace -ddtrace==2.8.4 +ddtrace==2.8.5 # via emmet-api (setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -101,9 +101,8 @@ exceptiongroup==1.2.1 fastapi==0.111.0 # via # emmet-api (setup.py) - # fastapi-cli # maggma -fastapi-cli==0.0.2 +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via virtualenv @@ -117,7 +116,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python gunicorn==22.0.0 # via emmet-api (setup.py) @@ -183,7 +182,7 @@ latexcodec==3.0.0 # via pybtex livereload==2.6.3 # via emmet-api (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via emmet-api (setup.py) markdown==3.6 # via @@ -201,7 +200,7 @@ markupsafe==2.1.5 # mkdocs-autorefs # mkdocstrings # werkzeug -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen mccabe==0.7.0 # via flake8 @@ -240,13 +239,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-api (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -301,7 +300,7 @@ pathspec==0.12.1 # via mkdocs pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -310,9 +309,9 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-api (setup.py) -protobuf==5.26.1 +protobuf==5.27.0 # via ddtrace pybtex==0.24.0 # via @@ -346,7 +345,7 @@ pygments==2.18.0 # via # mkdocs-material # rich -pymatgen==2024.4.13 +pymatgen==2024.5.1 # via # emmet-core # pymatgen-analysis-alloys @@ -356,7 +355,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # mongogrant @@ -364,7 +363,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-api (setup.py) # pytest-cov @@ -403,7 +402,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # mongogrant # pymatgen @@ -421,7 +420,7 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scipy==1.13.0 +scipy==1.13.1 # via pymatgen sentinels==1.0.0 # via mongomock @@ -475,7 +474,7 @@ typer==0.12.3 # via fastapi-cli types-requests==2.31.0.6 # via emmet-api (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-api (setup.py) types-urllib3==1.26.25.14 # via types-requests @@ -499,7 +498,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -510,17 +509,16 @@ urllib3==1.26.18 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn @@ -532,7 +530,7 @@ wrapt==1.16.0 # via deprecated xmltodict==0.13.0 # via ddtrace -zipp==3.18.1 +zipp==3.18.2 # via # importlib-metadata # importlib-resources diff --git a/emmet-builders/requirements/ubuntu-latest_py3.10.txt b/emmet-builders/requirements/ubuntu-latest_py3.10.txt index 1ac009a2c5..ab144381a5 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.10.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.10.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -33,9 +33,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -58,8 +58,6 @@ click==8.1.7 # mongogrant # typer # uvicorn -colorama==0.4.6 - # via pretty-errors contourpy==1.2.1 # via matplotlib cryptography==42.0.7 @@ -84,10 +82,8 @@ emmet-core[all,ml]==0.83.6 exceptiongroup==1.2.1 # via anyio fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -101,7 +97,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -157,7 +153,7 @@ lightning-utilities==0.11.2 # via # pytorch-lightning # torchmetrics -maggma==0.66.0 +maggma==0.67.0 # via # emmet-builders (setup.py) # mp-api @@ -169,13 +165,13 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core -matgl==1.0.0 +matgl==1.1.1 # via emmet-core matminer==0.9.2 # via # emmet-builders (setup.py) # robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -186,7 +182,7 @@ mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -260,9 +256,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -294,8 +290,6 @@ pillow==10.3.0 # via matplotlib plotly==5.22.0 # via pymatgen -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via dgl pubchempy==1.0.4 @@ -312,6 +306,7 @@ pydantic==2.7.1 # emmet-core # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -338,7 +333,7 @@ pymatgen-analysis-alloys==0.0.6 # via emmet-core pymatgen-analysis-diffusion==2023.8.15 # via emmet-core -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -359,7 +354,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -375,7 +370,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -400,9 +395,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -448,7 +443,7 @@ tenacity==8.3.0 # via plotly threadpoolctl==3.5.0 # via scikit-learn -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -457,7 +452,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tqdm==4.66.4 # via @@ -466,7 +461,7 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect @@ -490,7 +485,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -502,7 +497,6 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn diff --git a/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt b/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt index 6b71fbadb3..4329fde6c5 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -33,9 +33,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -65,9 +65,7 @@ click==8.1.7 # typer # uvicorn colorama==0.4.6 - # via - # griffe - # pretty-errors + # via griffe contourpy==1.2.1 # via matplotlib coverage[toml]==7.5.1 @@ -100,10 +98,8 @@ exceptiongroup==1.2.1 # anyio # pytest fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -120,7 +116,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -128,7 +124,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python h11==0.14.0 # via @@ -194,7 +190,7 @@ lightning-utilities==0.11.2 # torchmetrics livereload==2.6.3 # via emmet-builders (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via # emmet-builders (setup.py) # mp-api @@ -216,13 +212,13 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core -matgl==1.0.0 +matgl==1.1.1 # via emmet-core matminer==0.9.2 # via # emmet-builders (setup.py) # robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -264,13 +260,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-builders (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -354,9 +350,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -390,7 +386,7 @@ phonopy==2.23.1 # via matcalc pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -399,10 +395,8 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-builders (setup.py) -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via dgl pubchempy==1.0.4 @@ -423,6 +417,7 @@ pydantic==2.7.1 # emmet-core # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -440,7 +435,7 @@ pygments==2.18.0 # via # mkdocs-material # rich -pymatgen==2024.4.13 +pymatgen==2024.5.1 # via # chgnet # emmet-core @@ -459,7 +454,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -468,7 +463,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-builders (setup.py) # pytest-cov @@ -487,7 +482,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -511,7 +506,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -536,9 +531,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -592,7 +587,7 @@ tomli==2.0.1 # coverage # mypy # pytest -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -601,7 +596,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tornado==6.4 # via livereload @@ -612,15 +607,15 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect typer==0.12.3 # via fastapi-cli -types-requests==2.31.0.20240406 +types-requests==2.32.0.20240523 # via emmet-builders (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-builders (setup.py) typing-extensions==4.11.0 # via @@ -641,7 +636,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -654,17 +649,16 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn diff --git a/emmet-builders/requirements/ubuntu-latest_py3.11.txt b/emmet-builders/requirements/ubuntu-latest_py3.11.txt index 3f4b9c8b73..1e4509ddc2 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.11.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.11.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -31,9 +31,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -56,8 +56,6 @@ click==8.1.7 # mongogrant # typer # uvicorn -colorama==0.4.6 - # via pretty-errors contourpy==1.2.1 # via matplotlib cryptography==42.0.7 @@ -80,10 +78,8 @@ emmet-core[all,ml]==0.83.6 # emmet-builders (setup.py) # mp-api fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -97,7 +93,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -153,7 +149,7 @@ lightning-utilities==0.11.2 # via # pytorch-lightning # torchmetrics -maggma==0.66.0 +maggma==0.67.0 # via # emmet-builders (setup.py) # mp-api @@ -165,13 +161,13 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core -matgl==1.0.0 +matgl==1.1.1 # via emmet-core matminer==0.9.2 # via # emmet-builders (setup.py) # robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -182,7 +178,7 @@ mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -256,9 +252,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -290,8 +286,6 @@ pillow==10.3.0 # via matplotlib plotly==5.22.0 # via pymatgen -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via dgl pubchempy==1.0.4 @@ -308,6 +302,7 @@ pydantic==2.7.1 # emmet-core # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -334,7 +329,7 @@ pymatgen-analysis-alloys==0.0.6 # via emmet-core pymatgen-analysis-diffusion==2023.8.15 # via emmet-core -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -355,7 +350,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -371,7 +366,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -396,9 +391,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -444,7 +439,7 @@ tenacity==8.3.0 # via plotly threadpoolctl==3.5.0 # via scikit-learn -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -453,7 +448,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tqdm==4.66.4 # via @@ -462,7 +457,7 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect @@ -484,7 +479,7 @@ typing-extensions==4.11.0 # typer tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -496,7 +491,6 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn diff --git a/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt b/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt index c1c66618f3..880b1bbf08 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -31,9 +31,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -63,9 +63,7 @@ click==8.1.7 # typer # uvicorn colorama==0.4.6 - # via - # griffe - # pretty-errors + # via griffe contourpy==1.2.1 # via matplotlib coverage[toml]==7.5.1 @@ -94,10 +92,8 @@ emmet-core[all,ml]==0.83.6 # emmet-builders (setup.py) # mp-api fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -114,7 +110,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -122,7 +118,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python h11==0.14.0 # via @@ -188,7 +184,7 @@ lightning-utilities==0.11.2 # torchmetrics livereload==2.6.3 # via emmet-builders (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via # emmet-builders (setup.py) # mp-api @@ -210,13 +206,13 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core -matgl==1.0.0 +matgl==1.1.1 # via emmet-core matminer==0.9.2 # via # emmet-builders (setup.py) # robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -258,13 +254,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-builders (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -348,9 +344,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -384,7 +380,7 @@ phonopy==2.23.1 # via matcalc pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -393,10 +389,8 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-builders (setup.py) -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via dgl pubchempy==1.0.4 @@ -417,6 +411,7 @@ pydantic==2.7.1 # emmet-core # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -434,7 +429,7 @@ pygments==2.18.0 # via # mkdocs-material # rich -pymatgen==2024.4.13 +pymatgen==2024.5.1 # via # chgnet # emmet-core @@ -453,7 +448,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -462,7 +457,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-builders (setup.py) # pytest-cov @@ -481,7 +476,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -505,7 +500,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -530,9 +525,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -581,7 +576,7 @@ tenacity==8.3.0 # via plotly threadpoolctl==3.5.0 # via scikit-learn -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -590,7 +585,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tornado==6.4 # via livereload @@ -601,15 +596,15 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect typer==0.12.3 # via fastapi-cli -types-requests==2.31.0.20240406 +types-requests==2.32.0.20240523 # via emmet-builders (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-builders (setup.py) typing-extensions==4.11.0 # via @@ -628,7 +623,7 @@ typing-extensions==4.11.0 # typer tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -641,17 +636,16 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn diff --git a/emmet-builders/requirements/ubuntu-latest_py3.9.txt b/emmet-builders/requirements/ubuntu-latest_py3.9.txt index daa5ff1fc7..30f442dc95 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.9.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.9.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -33,9 +33,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -58,8 +58,6 @@ click==8.1.7 # mongogrant # typer # uvicorn -colorama==0.4.6 - # via pretty-errors contourpy==1.2.1 # via matplotlib cryptography==42.0.7 @@ -84,10 +82,8 @@ emmet-core[all,ml]==0.83.6 exceptiongroup==1.2.1 # via anyio fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -101,7 +97,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -165,7 +161,7 @@ lightning-utilities==0.11.2 # via # pytorch-lightning # torchmetrics -maggma==0.66.0 +maggma==0.67.0 # via # emmet-builders (setup.py) # mp-api @@ -177,13 +173,13 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core -matgl==1.0.0 +matgl==1.1.1 # via emmet-core matminer==0.9.2 # via # emmet-builders (setup.py) # robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -194,7 +190,7 @@ mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -268,9 +264,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -302,8 +298,6 @@ pillow==10.3.0 # via matplotlib plotly==5.22.0 # via pymatgen -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via dgl pubchempy==1.0.4 @@ -320,6 +314,7 @@ pydantic==2.7.1 # emmet-core # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -346,7 +341,7 @@ pymatgen-analysis-alloys==0.0.6 # via emmet-core pymatgen-analysis-diffusion==2023.8.15 # via emmet-core -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -367,7 +362,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -383,7 +378,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -408,9 +403,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -456,7 +451,7 @@ tenacity==8.3.0 # via plotly threadpoolctl==3.5.0 # via scikit-learn -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -465,7 +460,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tqdm==4.66.4 # via @@ -474,7 +469,7 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect @@ -500,7 +495,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -512,7 +507,6 @@ urllib3==1.26.18 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn @@ -526,7 +520,7 @@ wrapt==1.16.0 # via smart-open yarl==1.9.4 # via aiohttp -zipp==3.18.1 +zipp==3.18.2 # via # importlib-metadata # importlib-resources diff --git a/emmet-builders/requirements/ubuntu-latest_py3.9_extras.txt b/emmet-builders/requirements/ubuntu-latest_py3.9_extras.txt index e977526c03..86852f9d15 100644 --- a/emmet-builders/requirements/ubuntu-latest_py3.9_extras.txt +++ b/emmet-builders/requirements/ubuntu-latest_py3.9_extras.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -33,9 +33,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -65,9 +65,7 @@ click==8.1.7 # typer # uvicorn colorama==0.4.6 - # via - # griffe - # pretty-errors + # via griffe contourpy==1.2.1 # via matplotlib coverage[toml]==7.5.1 @@ -100,10 +98,8 @@ exceptiongroup==1.2.1 # anyio # pytest fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -120,7 +116,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -128,7 +124,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python h11==0.14.0 # via @@ -206,7 +202,7 @@ lightning-utilities==0.11.2 # torchmetrics livereload==2.6.3 # via emmet-builders (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via # emmet-builders (setup.py) # mp-api @@ -228,13 +224,13 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core -matgl==1.0.0 +matgl==1.1.1 # via emmet-core matminer==0.9.2 # via # emmet-builders (setup.py) # robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -276,13 +272,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-builders (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core # maggma @@ -366,9 +362,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -402,7 +398,7 @@ phonopy==2.23.1 # via matcalc pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -411,10 +407,8 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-builders (setup.py) -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via dgl pubchempy==1.0.4 @@ -435,6 +429,7 @@ pydantic==2.7.1 # emmet-core # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -452,7 +447,7 @@ pygments==2.18.0 # via # mkdocs-material # rich -pymatgen==2024.4.13 +pymatgen==2024.5.1 # via # chgnet # emmet-core @@ -471,7 +466,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -480,7 +475,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-builders (setup.py) # pytest-cov @@ -499,7 +494,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -523,7 +518,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -548,9 +543,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -604,7 +599,7 @@ tomli==2.0.1 # coverage # mypy # pytest -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -613,7 +608,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tornado==6.4 # via livereload @@ -624,7 +619,7 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect @@ -632,7 +627,7 @@ typer==0.12.3 # via fastapi-cli types-requests==2.31.0.6 # via emmet-builders (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-builders (setup.py) types-urllib3==1.26.25.14 # via types-requests @@ -658,7 +653,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -670,17 +665,16 @@ urllib3==1.26.18 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn @@ -692,7 +686,7 @@ wrapt==1.16.0 # via smart-open yarl==1.9.4 # via aiohttp -zipp==3.18.1 +zipp==3.18.2 # via # importlib-metadata # importlib-resources diff --git a/emmet-core/requirements/ubuntu-latest_py3.10.txt b/emmet-core/requirements/ubuntu-latest_py3.10.txt index b39b8eeff7..3916382c9e 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.10.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.10.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/ubuntu-latest_py3.10.txt # -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic certifi==2024.2.2 # via requests @@ -26,9 +26,9 @@ kiwisolver==1.4.5 # via matplotlib latexcodec==3.0.0 # via pybtex -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core (setup.py) # pymatgen @@ -68,7 +68,7 @@ pydantic-core==2.18.2 # via pydantic pydantic-settings==2.2.1 # via emmet-core (setup.py) -pymatgen==2024.5.1 +pymatgen==2024.4.13 # via emmet-core (setup.py) pyparsing==3.1.2 # via matplotlib @@ -82,13 +82,13 @@ pytz==2024.1 # via pandas pyyaml==6.0.1 # via pybtex -requests==2.31.0 +requests==2.32.2 # via pymatgen ruamel-yaml==0.18.6 # via pymatgen ruamel-yaml-clib==0.2.8 # via ruamel-yaml -scipy==1.13.0 +scipy==1.13.1 # via pymatgen six==1.16.0 # via diff --git a/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt b/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt index 32191f10e1..fd8a4de20a 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.10_extras.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -33,9 +33,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -65,9 +65,7 @@ click==8.1.7 # typer # uvicorn colorama==0.4.6 - # via - # griffe - # pretty-errors + # via griffe contourpy==1.2.1 # via matplotlib coverage[toml]==7.5.1 @@ -100,10 +98,8 @@ exceptiongroup==1.2.1 # anyio # pytest fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -120,7 +116,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -128,7 +124,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python h11==0.14.0 # via @@ -194,7 +190,7 @@ lightning-utilities==0.11.2 # torchmetrics livereload==2.6.3 # via emmet-core (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via mp-api markdown==3.6 # via @@ -214,11 +210,11 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core (setup.py) -matgl==1.0.0 +matgl==1.1.1 # via emmet-core (setup.py) matminer==0.9.2 # via robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -260,13 +256,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-core (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # custodian # emmet-core @@ -352,9 +348,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -388,7 +384,7 @@ phonopy==2.23.1 # via matcalc pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -397,10 +393,8 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-core (setup.py) -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via # custodian @@ -425,6 +419,7 @@ pydantic==2.7.1 # emmet-core (setup.py) # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -463,7 +458,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -472,7 +467,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-core (setup.py) # pytest-cov @@ -491,7 +486,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -515,7 +510,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -541,9 +536,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -597,7 +592,7 @@ tomli==2.0.1 # coverage # mypy # pytest -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -606,7 +601,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tornado==6.4 # via livereload @@ -617,15 +612,15 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect typer==0.12.3 # via fastapi-cli -types-requests==2.31.0.20240406 +types-requests==2.32.0.20240523 # via emmet-core (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-core (setup.py) typing-extensions==4.11.0 # via @@ -647,7 +642,7 @@ typing-extensions==4.11.0 # uvicorn tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -660,17 +655,16 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn diff --git a/emmet-core/requirements/ubuntu-latest_py3.11.txt b/emmet-core/requirements/ubuntu-latest_py3.11.txt index 968fbd4c92..5451ad383f 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.11.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.11.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/ubuntu-latest_py3.11.txt # -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic certifi==2024.2.2 # via requests @@ -26,9 +26,9 @@ kiwisolver==1.4.5 # via matplotlib latexcodec==3.0.0 # via pybtex -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core (setup.py) # pymatgen @@ -68,7 +68,7 @@ pydantic-core==2.18.2 # via pydantic pydantic-settings==2.2.1 # via emmet-core (setup.py) -pymatgen==2024.5.1 +pymatgen==2024.4.13 # via emmet-core (setup.py) pyparsing==3.1.2 # via matplotlib @@ -82,13 +82,13 @@ pytz==2024.1 # via pandas pyyaml==6.0.1 # via pybtex -requests==2.31.0 +requests==2.32.2 # via pymatgen ruamel-yaml==0.18.6 # via pymatgen ruamel-yaml-clib==0.2.8 # via ruamel-yaml -scipy==1.13.0 +scipy==1.13.1 # via pymatgen six==1.16.0 # via diff --git a/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt b/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt index d132d48018..a76888693e 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.11_extras.txt @@ -10,7 +10,7 @@ aioitertools==0.11.0 # via maggma aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via @@ -31,9 +31,9 @@ bcrypt==4.1.3 # via paramiko blinker==1.8.2 # via flask -boto3==1.34.99 +boto3==1.34.112 # via maggma -botocore==1.34.99 +botocore==1.34.112 # via # boto3 # s3transfer @@ -63,9 +63,7 @@ click==8.1.7 # typer # uvicorn colorama==0.4.6 - # via - # griffe - # pretty-errors + # via griffe contourpy==1.2.1 # via matplotlib coverage[toml]==7.5.1 @@ -94,10 +92,8 @@ email-validator==2.1.1 emmet-core==0.83.6 # via mp-api fastapi==0.111.0 - # via - # fastapi-cli - # maggma -fastapi-cli==0.0.2 + # via maggma +fastapi-cli==0.0.4 # via fastapi filelock==3.14.0 # via @@ -114,7 +110,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -122,7 +118,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python h11==0.14.0 # via @@ -188,7 +184,7 @@ lightning-utilities==0.11.2 # torchmetrics livereload==2.6.3 # via emmet-core (setup.py) -maggma==0.66.0 +maggma==0.67.0 # via mp-api markdown==3.6 # via @@ -208,11 +204,11 @@ markupsafe==2.1.5 # werkzeug matcalc==0.0.4 # via emmet-core (setup.py) -matgl==1.0.0 +matgl==1.1.1 # via emmet-core (setup.py) matminer==0.9.2 # via robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -254,13 +250,13 @@ mkdocstrings[python]==0.25.1 # via # emmet-core (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings mongogrant==0.3.3 # via maggma mongomock==4.1.2 # via maggma -monty==2024.4.17 +monty==2024.5.15 # via # custodian # emmet-core @@ -346,9 +342,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -382,7 +378,7 @@ phonopy==2.23.1 # via matcalc pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -391,10 +387,8 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-core (setup.py) -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via # custodian @@ -419,6 +413,7 @@ pydantic==2.7.1 # emmet-core (setup.py) # fastapi # maggma + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -457,7 +452,7 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via # maggma # matminer @@ -466,7 +461,7 @@ pynacl==1.5.0 # via paramiko pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-core (setup.py) # pytest-cov @@ -485,7 +480,7 @@ python-dotenv==1.0.1 # uvicorn python-multipart==0.0.9 # via fastapi -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -509,7 +504,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -535,9 +530,9 @@ ruamel-yaml-clib==0.2.8 # via ruamel-yaml s3transfer==0.10.1 # via boto3 -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -586,7 +581,7 @@ tenacity==8.3.0 # via plotly threadpoolctl==3.5.0 # via scikit-learn -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -595,7 +590,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tornado==6.4 # via livereload @@ -606,15 +601,15 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect typer==0.12.3 # via fastapi-cli -types-requests==2.31.0.20240406 +types-requests==2.32.0.20240523 # via emmet-core (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-core (setup.py) typing-extensions==4.11.0 # via @@ -634,7 +629,7 @@ typing-extensions==4.11.0 # typer tzdata==2024.1 # via pandas -ujson==5.9.0 +ujson==5.10.0 # via fastapi uncertainties==3.1.7 # via pymatgen @@ -647,17 +642,16 @@ urllib3==2.2.1 uvicorn[standard]==0.29.0 # via # fastapi - # fastapi-cli # maggma uvloop==0.19.0 # via uvicorn -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs watchfiles==0.21.0 # via uvicorn -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin websockets==12.0 # via uvicorn diff --git a/emmet-core/requirements/ubuntu-latest_py3.9.txt b/emmet-core/requirements/ubuntu-latest_py3.9.txt index 049258cbd7..2d43855144 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.9.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.9.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/ubuntu-latest_py3.9.txt # -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic certifi==2024.2.2 # via requests @@ -30,9 +30,9 @@ kiwisolver==1.4.5 # via matplotlib latexcodec==3.0.0 # via pybtex -matplotlib==3.8.4 +matplotlib==3.9.0 # via pymatgen -monty==2024.4.17 +monty==2024.5.15 # via # emmet-core (setup.py) # pymatgen @@ -72,7 +72,7 @@ pydantic-core==2.18.2 # via pydantic pydantic-settings==2.2.1 # via emmet-core (setup.py) -pymatgen==2024.5.1 +pymatgen==2024.4.13 # via emmet-core (setup.py) pyparsing==3.1.2 # via matplotlib @@ -86,13 +86,13 @@ pytz==2024.1 # via pandas pyyaml==6.0.1 # via pybtex -requests==2.31.0 +requests==2.32.2 # via pymatgen ruamel-yaml==0.18.6 # via pymatgen ruamel-yaml-clib==0.2.8 # via ruamel-yaml -scipy==1.13.0 +scipy==1.13.1 # via pymatgen six==1.16.0 # via @@ -119,5 +119,5 @@ uncertainties==3.1.7 # via pymatgen urllib3==2.2.1 # via requests -zipp==3.18.1 +zipp==3.18.2 # via importlib-resources diff --git a/emmet-core/requirements/ubuntu-latest_py3.9_extras.txt b/emmet-core/requirements/ubuntu-latest_py3.9_extras.txt index d7fa354485..b2706869c2 100644 --- a/emmet-core/requirements/ubuntu-latest_py3.9_extras.txt +++ b/emmet-core/requirements/ubuntu-latest_py3.9_extras.txt @@ -8,7 +8,7 @@ aiohttp==3.9.5 # via fsspec aiosignal==1.3.1 # via aiohttp -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic ase==3.22.1 # via @@ -34,9 +34,7 @@ click==8.1.7 # mkdocs # mkdocstrings colorama==0.4.6 - # via - # griffe - # pretty-errors + # via griffe contourpy==1.2.1 # via matplotlib coverage[toml]==7.5.1 @@ -74,7 +72,7 @@ frozenlist==1.4.1 # via # aiohttp # aiosignal -fsspec[http]==2024.3.1 +fsspec[http]==2024.5.0 # via # pytorch-lightning # torch @@ -82,7 +80,7 @@ future==1.0.0 # via uncertainties ghp-import==2.1.0 # via mkdocs -griffe==0.44.0 +griffe==0.45.2 # via mkdocstrings-python h5py==3.11.0 # via phonopy @@ -149,11 +147,11 @@ markupsafe==2.1.5 # mkdocstrings matcalc==0.0.4 # via emmet-core (setup.py) -matgl==1.0.0 +matgl==1.1.1 # via emmet-core (setup.py) matminer==0.9.2 # via robocrys -matplotlib==3.8.4 +matplotlib==3.9.0 # via # ase # phonopy @@ -193,9 +191,9 @@ mkdocstrings[python]==0.25.1 # via # emmet-core (setup.py) # mkdocstrings-python -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.3 # via mkdocstrings -monty==2024.4.17 +monty==2024.5.15 # via # custodian # emmet-core @@ -277,9 +275,9 @@ nvidia-cusparse-cu12==12.1.0.106 # torch nvidia-ml-py3==7.352.0 # via chgnet -nvidia-nccl-cu12==2.20.5 +nvidia-nccl-cu12==2.19.3 # via torch -nvidia-nvjitlink-cu12==12.4.127 +nvidia-nvjitlink-cu12==12.5.40 # via # nvidia-cusolver-cu12 # nvidia-cusparse-cu12 @@ -306,7 +304,7 @@ phonopy==2.23.1 # via matcalc pillow==10.3.0 # via matplotlib -platformdirs==4.2.1 +platformdirs==4.2.2 # via # mkdocs-get-deps # mkdocstrings @@ -315,10 +313,8 @@ plotly==5.22.0 # via pymatgen pluggy==1.5.0 # via pytest -pre-commit==3.7.0 +pre-commit==3.7.1 # via emmet-core (setup.py) -pretty-errors==1.2.25 - # via torchmetrics psutil==5.9.8 # via # custodian @@ -339,6 +335,7 @@ pydantic==2.7.1 # via # emmet-core # emmet-core (setup.py) + # matgl # pydantic-settings pydantic-core==2.18.2 # via pydantic @@ -372,11 +369,11 @@ pymdown-extensions==10.8.1 # via # mkdocs-material # mkdocstrings -pymongo==4.7.1 +pymongo==4.7.2 # via matminer pyparsing==3.1.2 # via matplotlib -pytest==8.2.0 +pytest==8.2.1 # via # emmet-core (setup.py) # pytest-cov @@ -389,7 +386,7 @@ python-dateutil==2.9.0.post0 # pandas python-dotenv==1.0.1 # via pydantic-settings -pytorch-lightning==2.2.4 +pytorch-lightning==2.2.5 # via matgl pytz==2024.1 # via pandas @@ -406,7 +403,7 @@ pyyaml==6.0.1 # pyyaml-env-tag pyyaml-env-tag==0.1 # via mkdocs -requests==2.31.0 +requests==2.32.2 # via # dgl # matminer @@ -422,9 +419,9 @@ ruamel-yaml==0.18.6 # robocrys ruamel-yaml-clib==0.2.8 # via ruamel-yaml -scikit-learn==1.4.2 +scikit-learn==1.5.0 # via matminer -scipy==1.13.0 +scipy==1.13.1 # via # ase # dgl @@ -464,7 +461,7 @@ tomli==2.0.1 # coverage # mypy # pytest -torch==2.3.0 +torch==2.2.1 # via # chgnet # matgl @@ -473,7 +470,7 @@ torch==2.3.0 # torchmetrics torchdata==0.7.1 # via dgl -torchmetrics==1.4.0 +torchmetrics==1.4.0.post0 # via pytorch-lightning tornado==6.4 # via livereload @@ -483,13 +480,13 @@ tqdm==4.66.4 # matminer # pymatgen # pytorch-lightning -triton==2.3.0 +triton==2.2.0 # via torch typeguard==4.2.1 # via inflect -types-requests==2.31.0.20240406 +types-requests==2.32.0.20240523 # via emmet-core (setup.py) -types-setuptools==69.5.0.20240423 +types-setuptools==70.0.0.20240523 # via emmet-core (setup.py) typing-extensions==4.11.0 # via @@ -514,17 +511,17 @@ urllib3==2.2.1 # requests # torchdata # types-requests -virtualenv==20.26.1 +virtualenv==20.26.2 # via pre-commit -watchdog==4.0.0 +watchdog==4.0.1 # via mkdocs -wcmatch==8.5.1 +wcmatch==8.5.2 # via mkdocs-awesome-pages-plugin wincertstore==0.2 # via emmet-core (setup.py) yarl==1.9.4 # via aiohttp -zipp==3.18.1 +zipp==3.18.2 # via # importlib-metadata # importlib-resources