-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes broken tar.gz distribution (#52)
* Fixes broken tar.gz distribution * Add artifacts to Github action for debugging * Separate build and publish step * Install packaging dependencies also when not on master * Fail explicitly if README is missing
- Loading branch information
1 parent
8f9763f
commit 55881d6
Showing
4 changed files
with
22 additions
and
16 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
File renamed without changes.
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
matplotlib | ||
numpy | ||
scipy | ||
scikit-learn | ||
tqdm | ||
--editable . | ||
# The list of dependencies moved to setup.py | ||
# The editable flag ensures pip install -r requirements.txt still works | ||
# Changes while developing lir are immediately reflected in the Python environment in editable mode |
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