File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
graalpython/lib-graalpython/patches/torchvision Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ [[rules ]]
2
+ version = ' == 0.19.1'
3
+ patch = ' torchvision-1.19.1.patch'
4
+ license = ' BSD-3-Clause'
5
+
6
+ [[add-sources ]]
7
+ version = ' 0.19.1'
8
+ url = ' https://github.com/pytorch/vision/archive/refs/tags/v0.19.1.tar.gz'
9
+
1
10
[[rules ]]
2
11
version = ' == 0.17.1'
3
12
patch = ' torchvision-1.17.1.patch'
Original file line number Diff line number Diff line change
1
+ diff --git a/setup.py b/setup.py
2
+ index c0c1050..acadf1e 100644
3
+ --- a/setup.py
4
+ +++ b/setup.py
5
+ @@ -56,6 +56,8 @@ def write_version_file():
6
+ pytorch_dep = "torch"
7
+ if os.getenv("PYTORCH_VERSION"):
8
+ pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")
9
+ + else:
10
+ + pytorch_dep += "==" + torch.__version__
11
+
12
+ requirements = [
13
+ "numpy",
14
+ diff --git a/version.txt b/version.txt
15
+ index 2b79645..41915c7 100644
16
+ --- a/version.txt
17
+ +++ b/version.txt
18
+ @@ -1 +1 @@
19
+ - 0.19.1a0
20
+ + 0.19.1
You can’t perform that action at this time.
0 commit comments