forked from pytorch/vision
-
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.
[v0.8.X] .circleci: Add Python 3.9 to CI (pytorch#3063)
- Loading branch information
1 parent
e0e99c5
commit 2f40a48
Showing
13 changed files
with
805 additions
and
35 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,17 +1,19 @@ | ||
channels: | ||
- pytorch | ||
- defaults | ||
# using conda-forge for python v3.9+ | ||
- conda-forge | ||
dependencies: | ||
- numpy | ||
- pytest | ||
- pytest-cov | ||
- codecov | ||
- pip | ||
- libpng | ||
- jpeg | ||
- jpeg <= 9b | ||
- ca-certificates | ||
- av | ||
- pip: | ||
- future | ||
- pillow>=4.1.1 | ||
- scipy | ||
- av |
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,18 +1,20 @@ | ||
channels: | ||
- pytorch | ||
- defaults | ||
# use conda-forge for python v3.9+ | ||
- conda-forge | ||
dependencies: | ||
- numpy | ||
- pytest | ||
- pytest-cov | ||
- codecov | ||
- pip | ||
- libpng | ||
- jpeg | ||
- jpeg <= 9b | ||
- ca-certificates | ||
- av | ||
- pip: | ||
- future | ||
- pillow>=4.1.1 | ||
- scipy==1.4.1 | ||
- av | ||
- scipy>=1.4.1 | ||
- dataclasses |
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
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