Skip to content

Commit 7c2ac5e

Browse files
Merge pull request #152 from Exabyte-io/hotfix/SOF-7472
hot fix: pydantic needed almost in every nb
2 parents cf774dc + 3bf8240 commit 7c2ac5e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ default:
1616
- emfs:/drive/api-examples/packages/pymatgen-2024.4.13-py3-none-any.whl
1717
- emfs:/drive/api-examples/packages/spglib-2.0.2-py3-none-any.whl
1818
- emfs:/drive/api-examples/packages/ruamel.yaml-0.17.32-py3-none-any.whl
19+
- emfs:/drive/api-examples/packages/pydantic_core-2.18.2-py3-none-any.whl
20+
- emfs:/drive/api-examples/packages/pydantic-2.7.1-py3-none-any.whl
1921
- networkx==3.2.1
2022
- monty==2023.11.3
2123
- scipy==1.11.2
@@ -33,8 +35,6 @@ notebooks:
3335
packages_python:
3436
packages_pyodide:
3537
- annotated_types>=0.6.0
36-
- emfs:/drive/api-examples/packages/pydantic_core-2.18.2-py3-none-any.whl
37-
- emfs:/drive/api-examples/packages/pydantic-2.7.1-py3-none-any.whl
3838
- mat3ra-esse
3939
- mat3ra-made
4040
- name: import_material_from_jarvis_db_entry.ipynb
@@ -64,7 +64,5 @@ notebooks:
6464
packages_python:
6565
packages_pyodide:
6666
- annotated_types>=0.6.0
67-
- emfs:/drive/api-examples/packages/pydantic_core-2.18.2-py3-none-any.whl
68-
- emfs:/drive/api-examples/packages/pydantic-2.7.1-py3-none-any.whl
6967
- mat3ra-esse
7068
- mat3ra-made

0 commit comments

Comments
 (0)