@@ -67,16 +67,7 @@ This would be the same as running `unidep merge --name myenv --verbose`:
6767📄 Parsing ` setup_py_project/requirements.yaml`
6868📄 Parsing ` ../setuptools_project` from ` local_dependencies`
6969📄 Parsing ` setup_py_project/../setuptools_project/requirements.yaml`
70- 📄 Parsing ` ../hatch_project[test]` from ` local_dependencies`
71- 📄 Parsing ` setup_py_project/../setuptools_project/../hatch_project/requirements.yaml[test]`
72- 📄 Moving ` test` optional dependencies to main dependencies for ` setup_py_project/../setuptools_project/../hatch_project/requirements.yaml[test]`
7370📄 Parsing ` setuptools_project/requirements.yaml`
74- 📄 Parsing ` ../hatch_project[test]` from ` local_dependencies`
75- 📄 Parsing ` setuptools_project/../hatch_project/requirements.yaml[test]`
76- 📄 Moving ` test` optional dependencies to main dependencies for ` setuptools_project/../hatch_project/requirements.yaml[test]`
77- 📝 Generating environment file at ` environment.yaml`
78- 📝 Environment file generated successfully.
79- ✅ Generated environment file at ` environment.yaml` from ` hatch2_project/pyproject.toml` , ` hatch_project/requirements.yaml` , ` pyproject_toml_project/pyproject.toml` , ` setup_py_project/requirements.yaml` , ` setuptools_project/requirements.yaml`
8071```
8172
8273<!-- OUTPUT:END -->
@@ -114,14 +105,6 @@ Using `unidep` for installation offers a more comprehensive approach. It handles
114105<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
115106``` bash
116107$ unidep install --dry-run -e ./setup_py_project
117- 📦 Installing conda dependencies with ` conda install --yes --override-channels --channel conda-forge pandas" >=1,<3" adaptive" >=0.15.0, <2.0.0" pfapack packaging adaptive-scheduler numpy" >=1.21" hpc05 pexpect pytest pytest-cov`
118-
119- 📦 Installing pip dependencies with ` /opt/hostedtoolcache/Python/3.13.1/x64/bin/python -m pip install yaml2bib rsync-time-machine slurm-usage pyyaml aiokef markdown-code-runner numthreads unidep`
120-
121- 📝 Found local dependencies: {' setup_py_project' : [' hatch_project' , ' setuptools_project' ]}
122-
123- 📦 Installing project with ` /opt/hostedtoolcache/Python/3.13.1/x64/bin/python -m pip install --no-deps -e /home/runner/work/unidep/unidep/example/hatch_project -e /home/runner/work/unidep/unidep/example/setuptools_project -e ./setup_py_project`
124-
125108```
126109
127110<!-- OUTPUT:END -->
@@ -161,14 +144,6 @@ unidep install-all -e
161144<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
162145``` bash
163146$ unidep install-all -e --dry-run
164- 📦 Installing conda dependencies with ` conda install --yes --override-channels --channel conda-forge adaptive-scheduler numpy" >=1.21" hpc05 pandas" >=1,<3" pexpect adaptive" >=0.15.0, <2.0.0" pfapack packaging pytest pytest-cov`
165-
166- 📦 Installing pip dependencies with ` /opt/hostedtoolcache/Python/3.13.1/x64/bin/python -m pip install unidep markdown-code-runner numthreads yaml2bib rsync-time-machine slurm-usage pyyaml aiokef`
167-
168- 📝 Found local dependencies: {' pyproject_toml_project' : [' hatch_project' ], ' setup_py_project' : [' hatch_project' , ' setuptools_project' ], ' setuptools_project' : [' hatch_project' ]}
169-
170- 📦 Installing project with ` /opt/hostedtoolcache/Python/3.13.1/x64/bin/python -m pip install --no-deps -e ./hatch2_project -e ./hatch_project -e ./pyproject_toml_project -e ./setup_py_project -e ./setuptools_project`
171-
172147```
173148
174149<!-- OUTPUT:END -->
0 commit comments