diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 29cb5e6..1fd9143 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -1,18 +1,14 @@ channels: - - conda-forge - +- conda-forge dependencies: - # Core Python version - - python>=3.9,<3.13 - - # Conda-forge packages - - numpy<2.0.0 - - pandas>=1.3.0 - - matplotlib>=3.4.0 - - ase>=3.22.0 - - scipy>=1.7.0 - - scikit-learn>=1.0.0 - - pip - - pymatgen>=2024.8.8 - - pyiron_workflow - - pyiron_snippets +- python>=3.9,<3.13 +- numpy<2.0.0 +- pandas>=1.3.0 +- matplotlib>=3.4.0 +- ase>=3.22.0 +- scipy>=1.7.0 +- scikit-learn>=1.0.0 +- pip +- pymatgen>=2024.8.8 +- pyiron_workflow +- pyiron_snippets diff --git a/pyproject.toml b/pyproject.toml index 1d1b89c..c1c8331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "numpy==1.26.4", - "pandas==2.3.2", + "pandas==2.3.3", "matplotlib==3.10.6", "ase==3.26.0", "scipy==1.16.2",