We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722eedc commit bc95febCopy full SHA for bc95feb
.readthedocs.yaml
@@ -16,9 +16,13 @@ formats:
16
# Optionally set the version of Python and requirements required to build your
17
# docs
18
python:
19
- version: 3.8
20
install:
21
- requirements: docs/requirements.txt
22
- requirements: requirements/rtd.txt
23
- requirements: runtimes/alibi-detect/requirements/dev.txt
24
- requirements: requirements/docker.txt
+
25
+build:
26
+ os: ubuntu-22.04
27
+ tools:
28
+ python: "3.8"
requirements/dev.txt
@@ -10,8 +10,8 @@ pytest==7.3.0
10
pytest-asyncio==0.21.0
11
pytest-mock==3.10.0
12
pytest-cases==3.6.14
13
-tox==4.4.11
14
-docker==6.0.1
+tox==4.5.1
+docker==6.1.1
15
aiohttp==3.8.4
aiohttp-retry==2.8.3
## Used for FastAPI Async testing
0 commit comments