File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Required
6
6
version : 2
7
7
8
+ # Set the version of Python and other tools you might need
9
+ build :
10
+ os : ubuntu-22.04
11
+ tools :
12
+ python : " 3.9"
13
+
8
14
# Build documentation in the docs/ directory with Sphinx
9
15
sphinx :
10
16
configuration : docs/source/conf.py
@@ -19,6 +25,5 @@ sphinx:
19
25
20
26
# Optionally set the version of Python and requirements required to build your docs
21
27
python :
22
- version : 3.8
23
28
install :
24
29
- requirements : docs/source/requirements.txt
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ imagesize==1.2.0
10
10
Jinja2 == 2.11.2
11
11
jsonpointer == 2.0
12
12
MarkupSafe == 1.1.1
13
- numpy == 1.19.2
13
+ numpy == 1.23.4
14
14
opencv-python == 4.4.0.44
15
15
packaging == 20.4
16
16
pandas == 1.1.2
@@ -34,6 +34,6 @@ sphinxcontrib-htmlhelp==1.0.3
34
34
sphinxcontrib-jsmath == 1.0.1
35
35
sphinxcontrib-qthelp == 1.0.3
36
36
sphinxcontrib-serializinghtml == 1.1.4
37
- torch == 1.6.0
37
+ torch == 2.1.1
38
38
tqdm == 4.49.0
39
39
urllib3 == 1.25.10
You can’t perform that action at this time.
0 commit comments