Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .ci_support/environment-integration.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
channels:
- conda-forge
dependencies:
- h5py =3.15.0
- h5py =3.15.1
- jupyter
- mpi4py =4.1.1
- numpy =2.3.3
- openmpi
- papermill
- atomistics =0.3.0
- atomistics =0.3.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify atomistics 0.3.4 exists on conda-forge
conda search -c conda-forge atomistics --info 2>/dev/null | grep -E "^atomistics\s+0\.3\.(0|1|2|3|4)" | head -20

Repository: pyiron/executorlib

Length of output: 44


🏁 Script executed:

#!/bin/bash
# Broader search for atomistics on conda-forge
conda search -c conda-forge atomistics 2>/dev/null | head -30

Repository: pyiron/executorlib

Length of output: 44


Atomistics version 0.3.4 does not exist on conda-forge.

Only v0.2.5 is available on conda-forge. Update the version to atomistics =0.2.5 or verify the correct version should be specified.

🤖 Prompt for AI Agents
In .ci_support/environment-integration.yml around line 10, the pinned package
version "atomistics =0.3.4" does not exist on conda-forge; change it to the
available version "atomistics =0.2.5" (or update to the correct valid version if
0.3.4 was intended but obtained from a different channel), and ensure the
dependency line matches conda-forge naming and spacing conventions so the CI
environment can resolve the package.

- cloudpickle =3.1.2
- flux-core =0.64.0
- flux-core =0.79.0
- gpaw =25.7.0
- hatchling =1.27.0
- hatch-vcs =0.5.0
Expand Down