Skip to content

Commit

Permalink
move to pymaten v2022.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Mar 12, 2021
1 parent 1c579f5 commit cac8d3a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/config/linux_win_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cpuonly
- pytest
- pytest-cov
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- ruamel.yaml
- tqdm
- mordred
Expand Down
2 changes: 1 addition & 1 deletion .github/config/macos_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pytorch >=1.7.0,<2.0.0
- pytest
- pytest-cov
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- ruamel.yaml
- tqdm
- mordred
Expand Down
2 changes: 1 addition & 1 deletion conda_env/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- rdkit=2020.09
- "libblas=*=*mkl"
- jupyter>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda_env/cuda101.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- rdkit=2020.09
- "libblas=*=*mkl"
- jupyter>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda_env/cuda102.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- rdkit=2020.09
- "libblas=*=*mkl"
- jupyter>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda_env/cuda110.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- rdkit=2020.09
- "libblas=*=*mkl"
- jupyter>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda_env/cuda92.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- rdkit=2020.09
- "libblas=*=*mkl"
- jupyter>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda_env/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- rdkit=2020.09
- "libblas=*=*mkl"
- jupyter>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion devtools/readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- pandas>=1.1.3
- scikit-learn>=0.23.0
- scipy>=1.5.2
- pymatgen>=2020.10.9,<2022.0
- pymatgen>=2020.10.9
- rdkit=2020.03.3.0
- pytorch >=1.7.0,<2.0.0
- cpuonly
Expand Down
2 changes: 1 addition & 1 deletion tests/descriptor/test_crystal_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pandas as pd
import pytest
import torch
from pymatgen import Structure as pmg_S
from pymatgen.core import Structure as pmg_S

from xenonpy.descriptor import CrystalGraphFeaturizer
from xenonpy.datatools import preset
Expand Down
2 changes: 1 addition & 1 deletion tests/descriptor/test_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import pandas as pd
import pytest
from pymatgen import Structure as pmg_S
from pymatgen.core import Structure as pmg_S

from xenonpy.descriptor import RadialDistributionFunction, Structures, OrbitalFieldMatrix

Expand Down
2 changes: 1 addition & 1 deletion xenonpy/datatools/preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import numpy as np
import pandas as pd
from pymatgen import MPRester
from pymatgen.ext.matproj import MPRester
from ruamel.yaml import YAML
from tqdm import tqdm

Expand Down

0 comments on commit cac8d3a

Please sign in to comment.