forked from autonlab/auton-survival
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimal setuptool-based pyproject.toml created
Included @ecotner contribution from the discussion in autonlab#87 This config is lean, less opininated and more conda friendly than the poetry stuff.
- Loading branch information
Showing
17 changed files
with
89 additions
and
25,651 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
*.egg-info/ | ||
__pycache__ | ||
build/ | ||
|
||
Untracked files: | ||
(use "git add <file>..." to include in what will be committed) | ||
.gitignore | ||
auton_survival.egg-info/ | ||
auton_survival/__pycache__/ | ||
auton_survival/models/cmhe/__pycache__/ | ||
auton_survival/models/cph/__pycache__/ | ||
auton_survival/models/dcm/__pycache__/ | ||
auton_survival/models/dsm/__pycache__/ | ||
build/ | ||
pyproject_st.toml | ||
tests/__pycache__/ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.