-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved code around to make it easier to reason about and merge in OSS Main changes: - now have @pypi, @conda and @named_env as separate decorators - move the logic of extracting requirements from steps to the environment (and not the step decorator) - trimmed down conda.py to make it more about talking to conda. Resolvers are now elsewhere - cleaned up envsresolver to make it more generic (so reduced some code duplication) - remove references to pip (now called pypi) Other bug fixes: - add system requirements (like __cuda) - take channels into account when computing the requirement ID (including default channels) - a few others I ran into when refactoring (clearly rare cases since no one tripped on them :) ) Also include bug fixes * Fixes from upstream * More bugfixes from upstream This should be back to the functionality before all the code re-org. Also added toml support for building packages * Fix backward compat issue; added doc * Bump version to 1.0.0
- Loading branch information
1 parent
0e99572
commit 67f6d04
Showing
23 changed files
with
5,243 additions
and
3,446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.