Skip to content

Commit d0f19d5

Browse files
authored
Merge branch 'main' into pourbaix2
2 parents ca98ede + 3723b22 commit d0f19d5

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

.github/workflows/upgrade-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Upgrade Python dependencies
2424
shell: bash
2525
run: |
26-
python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools wheel cython setuptools
26+
python${{ matrix.python-version }} -m pip install --upgrade "pip<25.3" pip-tools wheel cython setuptools
2727
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt`
28-
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
29-
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
28+
python${{ matrix.python-version }} -m piptools compile -q --upgrade -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
29+
python${{ matrix.python-version }} -m piptools compile -q --upgrade --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
3030
- name: Detect changes
3131
id: changes
3232
shell: bash

crystal_toolkit/components/structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def _sub_layouts(self) -> dict[str, Component]:
688688
"Minimum Distance (10% tolerance)": "MinimumDistanceNN",
689689
"O'Keeffe's Algorithm": "MinimumOKeeffeNN",
690690
"Hoppe's ECoN Algorithm": "EconNN",
691-
"Brunner's Reciprocal Algorithm": "BrunnerNN_reciprocal",
691+
"Brunner's Reciprocal Algorithm": "BrunnerNNReciprocal",
692692
}
693693

694694
bonding_algorithm = dcc.Dropdown(

requirements/ubuntu-latest_py3.11.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ blake3==1.0.8
1212
# via emmet-core
1313
blinker==1.9.0
1414
# via flask
15-
boto3==1.40.58
15+
boto3==1.40.61
1616
# via mp-api
17-
botocore==1.40.58
17+
botocore==1.40.61
1818
# via
1919
# boto3
2020
# s3transfer
@@ -88,7 +88,7 @@ mpmath==1.3.0
8888
# via sympy
8989
msgpack==1.1.2
9090
# via mp-api
91-
narwhals==2.9.0
91+
narwhals==2.10.0
9292
# via plotly
9393
nest-asyncio==1.6.0
9494
# via dash
@@ -163,7 +163,7 @@ python-dateutil==2.9.0.post0
163163
# botocore
164164
# matplotlib
165165
# pandas
166-
python-dotenv==1.1.1
166+
python-dotenv==1.2.1
167167
# via pydantic-settings
168168
pytz==2025.2
169169
# via pandas
@@ -189,7 +189,7 @@ scikit-image==0.25.2
189189
# via crystal_toolkit (pyproject.toml)
190190
scikit-learn==1.7.2
191191
# via crystal_toolkit (pyproject.toml)
192-
scipy==1.16.2
192+
scipy==1.16.3
193193
# via
194194
# pymatgen
195195
# scikit-image

requirements/ubuntu-latest_py3.11_extras.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiofiles==22.1.0
88
# via ypy-websocket
99
aiohappyeyeballs==2.6.1
1010
# via aiohttp
11-
aiohttp==3.13.1
11+
aiohttp==3.13.2
1212
# via dephell
1313
aiosignal==1.4.0
1414
# via aiohttp
@@ -64,15 +64,15 @@ black==25.9.0
6464
# via crystal_toolkit (pyproject.toml)
6565
blake3==1.0.8
6666
# via emmet-core
67-
bleach[css]==6.2.0
67+
bleach[css]==6.3.0
6868
# via nbconvert
6969
blinker==1.9.0
7070
# via flask
7171
boltztrap2==25.3.1
7272
# via ifermi
73-
boto3==1.40.58
73+
boto3==1.40.61
7474
# via mp-api
75-
botocore==1.40.58
75+
botocore==1.40.61
7676
# via
7777
# boto3
7878
# s3transfer
@@ -385,7 +385,7 @@ kaleido==1.1.0
385385
# via crystal_toolkit (pyproject.toml)
386386
kiwisolver==1.4.9
387387
# via matplotlib
388-
lark==1.3.0
388+
lark==1.3.1
389389
# via rfc3987-syntax
390390
latexcodec==3.0.1
391391
# via pybtex
@@ -463,7 +463,7 @@ multiprocess==0.70.18
463463
# via dash
464464
mypy-extensions==1.1.0
465465
# via black
466-
narwhals==2.9.0
466+
narwhals==2.10.0
467467
# via plotly
468468
nbclassic==1.3.3
469469
# via
@@ -639,7 +639,7 @@ propcache==0.4.1
639639
# via
640640
# aiohttp
641641
# yarl
642-
psutil==7.1.1
642+
psutil==7.1.2
643643
# via
644644
# dash
645645
# distributed
@@ -734,7 +734,7 @@ python-dateutil==2.9.0.post0
734734
# jupyter-client
735735
# matplotlib
736736
# pandas
737-
python-dotenv==1.1.1
737+
python-dotenv==1.2.1
738738
# via pydantic-settings
739739
python-json-logger==4.0.0
740740
# via jupyter-events
@@ -764,7 +764,7 @@ pyzmq==27.1.0
764764
# notebook
765765
recommonmark==0.7.1
766766
# via crystal_toolkit (pyproject.toml)
767-
redis==7.0.0
767+
redis==7.0.1
768768
# via crystal_toolkit (pyproject.toml)
769769
referencing==0.37.0
770770
# via
@@ -833,7 +833,7 @@ scikit-learn==1.4.2
833833
# trainstation
834834
scikit-optimize==0.10.2
835835
# via py4dstem
836-
scipy==1.16.2
836+
scipy==1.16.3
837837
# via
838838
# ase
839839
# boltztrap2
@@ -927,7 +927,7 @@ tabulate==0.9.0
927927
# pymatgen
928928
tblib==3.2.0
929929
# via distributed
930-
termcolor==3.1.0
930+
termcolor==3.2.0
931931
# via yaspin
932932
terminado==0.18.1
933933
# via

requirements/ubuntu-latest_py3.12.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ blake3==1.0.8
1212
# via emmet-core
1313
blinker==1.9.0
1414
# via flask
15-
boto3==1.40.58
15+
boto3==1.40.61
1616
# via mp-api
17-
botocore==1.40.58
17+
botocore==1.40.61
1818
# via
1919
# boto3
2020
# s3transfer
@@ -88,7 +88,7 @@ mpmath==1.3.0
8888
# via sympy
8989
msgpack==1.1.2
9090
# via mp-api
91-
narwhals==2.9.0
91+
narwhals==2.10.0
9292
# via plotly
9393
nest-asyncio==1.6.0
9494
# via dash
@@ -163,7 +163,7 @@ python-dateutil==2.9.0.post0
163163
# botocore
164164
# matplotlib
165165
# pandas
166-
python-dotenv==1.1.1
166+
python-dotenv==1.2.1
167167
# via pydantic-settings
168168
pytz==2025.2
169169
# via pandas
@@ -189,7 +189,7 @@ scikit-image==0.25.2
189189
# via crystal_toolkit (pyproject.toml)
190190
scikit-learn==1.7.2
191191
# via crystal_toolkit (pyproject.toml)
192-
scipy==1.16.2
192+
scipy==1.16.3
193193
# via
194194
# pymatgen
195195
# scikit-image

requirements/ubuntu-latest_py3.12_extras.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiofiles==22.1.0
88
# via ypy-websocket
99
aiohappyeyeballs==2.6.1
1010
# via aiohttp
11-
aiohttp==3.13.1
11+
aiohttp==3.13.2
1212
# via dephell
1313
aiosignal==1.4.0
1414
# via aiohttp
@@ -64,15 +64,15 @@ black==25.9.0
6464
# via crystal_toolkit (pyproject.toml)
6565
blake3==1.0.8
6666
# via emmet-core
67-
bleach[css]==6.2.0
67+
bleach[css]==6.3.0
6868
# via nbconvert
6969
blinker==1.9.0
7070
# via flask
7171
boltztrap2==25.3.1
7272
# via ifermi
73-
boto3==1.40.58
73+
boto3==1.40.61
7474
# via mp-api
75-
botocore==1.40.58
75+
botocore==1.40.61
7676
# via
7777
# boto3
7878
# s3transfer
@@ -383,7 +383,7 @@ kaleido==1.1.0
383383
# via crystal_toolkit (pyproject.toml)
384384
kiwisolver==1.4.9
385385
# via matplotlib
386-
lark==1.3.0
386+
lark==1.3.1
387387
# via rfc3987-syntax
388388
latexcodec==3.0.1
389389
# via pybtex
@@ -461,7 +461,7 @@ multiprocess==0.70.18
461461
# via dash
462462
mypy-extensions==1.1.0
463463
# via black
464-
narwhals==2.9.0
464+
narwhals==2.10.0
465465
# via plotly
466466
nbclassic==1.3.3
467467
# via
@@ -635,7 +635,7 @@ propcache==0.4.1
635635
# via
636636
# aiohttp
637637
# yarl
638-
psutil==7.1.1
638+
psutil==7.1.2
639639
# via
640640
# dash
641641
# distributed
@@ -730,7 +730,7 @@ python-dateutil==2.9.0.post0
730730
# jupyter-client
731731
# matplotlib
732732
# pandas
733-
python-dotenv==1.1.1
733+
python-dotenv==1.2.1
734734
# via pydantic-settings
735735
python-json-logger==4.0.0
736736
# via jupyter-events
@@ -760,7 +760,7 @@ pyzmq==27.1.0
760760
# notebook
761761
recommonmark==0.7.1
762762
# via crystal_toolkit (pyproject.toml)
763-
redis==7.0.0
763+
redis==7.0.1
764764
# via crystal_toolkit (pyproject.toml)
765765
referencing==0.37.0
766766
# via
@@ -829,7 +829,7 @@ scikit-learn==1.4.2
829829
# trainstation
830830
scikit-optimize==0.10.2
831831
# via py4dstem
832-
scipy==1.16.2
832+
scipy==1.16.3
833833
# via
834834
# ase
835835
# boltztrap2
@@ -923,7 +923,7 @@ tabulate==0.9.0
923923
# pymatgen
924924
tblib==3.2.0
925925
# via distributed
926-
termcolor==3.1.0
926+
termcolor==3.2.0
927927
# via yaspin
928928
terminado==0.18.1
929929
# via

0 commit comments

Comments
 (0)