You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This often leads to confusion and inefficiency, as developers juggle between mul
18
18
-**📝 Unified Dependency File**: Use either `requirements.yaml` or `pyproject.toml` to manage both Conda and Pip dependencies in one place.
19
19
-**⚙️ Build System Integration**: Integrates with Setuptools and Hatchling for automatic dependency handling during `pip install ./your-package`.
20
20
-**💻 One-Command Installation**: `unidep install` handles Conda, Pip, and local dependencies effortlessly.
21
+
-**⚡️ Fast Pip Operations**: Leverages `uv` (if installed) for faster pip installations.
21
22
-**🏢 Monorepo-Friendly**: Render (multiple) `requirements.yaml` or `pyproject.toml` files into one Conda `environment.yaml` file and maintain fully consistent global *and* per sub package `conda-lock` files.
22
23
-**🌍 Platform-Specific Support**: Specify dependencies for different operating systems or architectures.
23
24
-**🔧 `pip-compile` Integration**: Generate fully pinned `requirements.txt` files from `requirements.yaml` or `pyproject.toml` files using `pip-compile`.
0 commit comments