pyiron / pyiron_contrib

User developments to extend and modify core pyiron functionality
https://pyiron.org
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

[patch] Relocate `pyiron_workflow.job` #1126

Open liamhuber opened 2 months ago

liamhuber commented 2 months ago

Move the module here using git copy and update dependencies. Note that this is waiting on a release of pyiron_workflow that doesn't exist yet -- depending on existing releases would make a cyclic dependency.

github-actions[bot] commented 2 months ago

Binder :point_left: Launch a binder notebook on branch _pyiron/pyironcontrib/git-copy-target

liamhuber commented 1 month ago

pyiron_workflow and pyiron_base conflict over pyiron_snippets:

  Could not solve for environment specs
  The following packages are incompatible
  ├─ pyiron_base 0.9.11**  is installable and it requires
  │  └─ pyiron_snippets 0.1.3 , which can be installed;
  └─ pyiron_workflow 0.10.0**  is not installable because there are no viable options
     ├─ pyiron_workflow 0.10.0 would require
     │  └─ pyiron_snippets 0.1.4 , which conflicts with any installable versions previously reported;
     └─ pyiron_workflow 0.10.0 would require
        └─ pyiron_base 0.9.12 , which conflicts with any installable versions previously reported.

I guess I'll go try bumping base