Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump notebook from 6.5.7 to 7.2.2 #433

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crystal_toolkit/components/localenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
LightStructureEnvironments,
)
from pymatgen.analysis.graphs import MoleculeGraph, StructureGraph
from pymatgen.analysis.local_env import LocalStructOrderParams, CN_OPT_PARAMS
from pymatgen.analysis.local_env import CN_OPT_PARAMS, LocalStructOrderParams
from pymatgen.core import Molecule, Structure
from pymatgen.ext.matproj import MPRester
from pymatgen.io.ase import AseAtomsAdaptor
Expand Down
2 changes: 1 addition & 1 deletion requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ networkx==3.4.2
# via
# pymatgen
# scikit-image
notebook==6.5.7
notebook==7.2.2
# via jupyterlab
notebook-shim==0.2.4
# via nbclassic
Expand Down
2 changes: 1 addition & 1 deletion requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ networkx==3.4.2
# scikit-image
nodeenv==1.9.1
# via pre-commit
notebook==6.5.7
notebook==7.2.2
# via jupyterlab
notebook-shim==0.2.4
# via nbclassic
Expand Down
2 changes: 1 addition & 1 deletion requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ networkx==3.4.2
# via
# pymatgen
# scikit-image
notebook==6.5.7
notebook==7.2.2
# via jupyterlab
notebook-shim==0.2.4
# via nbclassic
Expand Down
2 changes: 1 addition & 1 deletion requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ networkx==3.4.2
# scikit-image
nodeenv==1.9.1
# via pre-commit
notebook==6.5.7
notebook==7.2.2
# via jupyterlab
notebook-shim==0.2.4
# via nbclassic
Expand Down
Loading