-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requirements and workflow updates (#40)
* Update dev requirements * Update requirements * Fix black version * Change to beta version * Update CI environment * Update when CI runs * Docs badge
- Loading branch information
Showing
6 changed files
with
51 additions
and
14 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
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
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,6 +1,6 @@ | ||
-r requirements.txt | ||
black==20.8b1 | ||
pytest==6.2.3 | ||
flake8==3.9.0 | ||
mypy==0.812 | ||
pillow==8.3.2 | ||
black==21.10b0 | ||
pytest==6.2.5 | ||
flake8==4.0.1 | ||
mypy==0.910 | ||
pillow==8.4.0 |
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,3 +1,3 @@ | ||
torch==1.8.1 | ||
numpy==1.20.2 | ||
scipy==1.6.2 | ||
torch==1.10.0 | ||
numpy==1.21.2 | ||
scipy==1.7.1 |
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
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,6 +1,6 @@ | ||
"""Package info""" | ||
|
||
__version__ = "1.2.0.post3" | ||
__version__ = "1.3.0b20211108" | ||
__author__ = "Matthew Muckley" | ||
__author_email__ = "[email protected]" | ||
__license__ = "MIT" | ||
|