Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury authored Oct 18, 2023
2 parents 3da8856 + cfdb3e7 commit 0be4069
Show file tree
Hide file tree
Showing 18 changed files with 6,027 additions and 1 deletion.
259 changes: 259 additions & 0 deletions requirements/macos-latest_py3.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,259 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/macos-latest_py3.10.txt
#
aioitertools==0.11.0
# via maggma
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
attrs==23.1.0
# via
# jsonschema
# referencing
bcrypt==4.0.1
# via paramiko
blinker==1.6.3
# via flask
boto3==1.28.65
# via maggma
botocore==1.31.65
# via
# boto3
# s3transfer
certifi==2023.7.22
# via requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
# flask
# mongogrant
# uvicorn
contourpy==1.1.1
# via matplotlib
cryptography==41.0.4
# via paramiko
cycler==0.12.1
# via matplotlib
dnspython==2.4.2
# via
# maggma
# pymongo
exceptiongroup==1.1.3
# via anyio
fastapi==0.103.2
# via maggma
flask==3.0.0
# via mongogrant
fonttools==4.43.1
# via matplotlib
future==0.18.3
# via uncertainties
h11==0.14.0
# via uvicorn
iapws==1.5.3
# via pyEQL (setup.py)
idna==3.4
# via
# anyio
# requests
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.2
# via pymatgen
jsonschema==4.19.1
# via maggma
jsonschema-specifications==2023.7.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.57.4
# via pyEQL (setup.py)
markupsafe==2.1.3
# via
# jinja2
# werkzeug
matplotlib==3.8.0
# via pymatgen
mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.9.25
# via
# maggma
# pyEQL (setup.py)
# pymatgen
mpmath==1.3.0
# via sympy
msgpack==1.0.7
# via maggma
networkx==3.1
# via pymatgen
numpy==1.26.1
# via
# contourpy
# maggma
# matplotlib
# pandas
# periodictable
# pyEQL (setup.py)
# pymatgen
# scipy
# spglib
orjson==3.9.9
# via maggma
packaging==23.2
# via
# matplotlib
# mongomock
# plotly
palettable==3.3.3
# via pymatgen
pandas==2.1.1
# via pymatgen
paramiko==3.3.1
# via sshtunnel
periodictable==1.6.1
# via phreeqpython
phreeqpython==1.5.0
# via pyEQL (setup.py)
pillow==10.1.0
# via matplotlib
pint==0.22
# via pyEQL (setup.py)
plotly==5.17.0
# via pymatgen
pybtex==0.24.0
# via pymatgen
pycparser==2.21
# via cffi
pydantic==2.4.2
# via
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.10.1
# via pydantic
pydantic-settings==2.0.3
# via maggma
pydash==7.0.6
# via maggma
pymatgen==2023.10.11
# via pyEQL (setup.py)
pymongo==4.5.0
# via
# maggma
# mongogrant
pynacl==1.5.0
# via paramiko
pyparsing==3.1.1
# via
# matplotlib
# periodictable
python-dateutil==2.8.2
# via
# botocore
# maggma
# matplotlib
# pandas
python-dotenv==1.0.0
# via pydantic-settings
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via pybtex
pyzmq==25.1.1
# via maggma
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# mongogrant
# pymatgen
rpds-py==0.10.6
# via
# jsonschema
# referencing
ruamel-yaml==0.17.35
# via
# maggma
# pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.7.0
# via boto3
scipy==1.11.3
# via
# iapws
# phreeqpython
# pyEQL (setup.py)
# pymatgen
sentinels==1.0.0
# via mongomock
six==1.16.0
# via
# latexcodec
# pybtex
# python-dateutil
sniffio==1.3.0
# via anyio
spglib==2.1.0
# via pymatgen
sshtunnel==0.4.0
# via maggma
starlette==0.27.0
# via fastapi
sympy==1.12
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tqdm==4.66.1
# via
# maggma
# pymatgen
typing-extensions==4.8.0
# via
# fastapi
# pint
# pydantic
# pydantic-core
# pydash
# uvicorn
tzdata==2023.3
# via pandas
uncertainties==3.1.7
# via pymatgen
urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.23.2
# via maggma
werkzeug==3.0.0
# via flask

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 0be4069

Please sign in to comment.