Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mfmz/test req #73

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
# Set the version of Python and other tools you might need
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
version: 3.8
install:
- requirements: requirements/doc.txt
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
project = 'TVM'
copyright = '2022, eduNEXT'
author = 'eduNEXT'
release = 'v2.1.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"sphinxcontrib.yt",
"sphinxcontrib.youtube",
"sphinxcontrib.images",
"sphinx_panels",
"sphinxcontrib.contentui",
Expand Down
36 changes: 18 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
certifi==2022.9.24
certifi==2024.2.2
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via -r requirements/base.in
distlib==0.3.6
distlib==0.3.8
# via virtualenv
filelock==3.8.0
filelock==3.13.3
# via virtualenv
gitdb==4.0.9
gitdb==4.0.11
# via gitpython
gitpython==3.1.27
gitpython==3.1.43
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
jinja2==3.1.2
jinja2==3.1.3
# via -r requirements/base.in
markupsafe==2.1.1
markupsafe==2.1.5
# via jinja2
platformdirs==2.5.2
platformdirs==4.2.0
# via virtualenv
pyyaml==6.0
pyyaml==6.0.1
# via -r requirements/base.in
requests==2.28.1
requests==2.31.0
# via -r requirements/base.in
smmap==5.0.0
smmap==5.0.1
# via gitdb
urllib3==1.26.12
urllib3==2.2.1
# via requests
virtualenv==20.16.5
virtualenv==20.25.1
# via -r requirements/base.in
84 changes: 42 additions & 42 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,99 +1,95 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
astroid==2.11.7
# via pylint
attrs==22.1.0
# via pytest
certifi==2022.9.24
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
click==8.1.3
click==8.1.7
# via -r requirements/base.txt
coverage==6.5.0
coverage==7.4.4
# via -r requirements/dev.in
dill==0.3.5.1
dill==0.3.8
# via pylint
distlib==0.3.6
distlib==0.3.8
# via
# -r requirements/base.txt
# virtualenv
filelock==3.8.0
exceptiongroup==1.2.0
# via pytest
filelock==3.13.3
# via
# -r requirements/base.txt
# virtualenv
gitdb==4.0.9
gitdb==4.0.11
# via
# -r requirements/base.txt
# gitpython
gitpython==3.1.27
gitpython==3.1.43
# via -r requirements/base.txt
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
isort==5.10.1
isort==5.13.2
# via pylint
jedi==0.18.1
jedi==0.19.1
# via pudb
jinja2==3.1.2
jinja2==3.1.3
# via -r requirements/base.txt
lazy-object-proxy==1.7.1
lazy-object-proxy==1.10.0
# via astroid
markupsafe==2.1.1
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
mccabe==0.7.0
# via pylint
packaging==21.3
packaging==24.0
# via
# pudb
# pytest
parso==0.8.3
parso==0.8.4
# via jedi
platformdirs==2.5.2
platformdirs==4.2.0
# via
# -r requirements/base.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.4.0
# via pytest
pudb==2022.1.2
pudb==2024.1
# via -r requirements/dev.in
py==1.11.0
# via pytest
pycodestyle==2.9.1
pycodestyle==2.11.1
# via -r requirements/dev.in
pydocstyle==6.1.1
pydocstyle==6.3.0
# via -r requirements/dev.in
pygments==2.13.0
pygments==2.17.2
# via pudb
pylint==2.14.5
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
pyparsing==3.0.9
# via packaging
pytest==7.1.3
pytest==8.1.1
# via -r requirements/dev.in
pyyaml==6.0
pyyaml==6.0.1
# via -r requirements/base.txt
requests==2.28.1
requests==2.31.0
# via
# -r requirements/base.txt
# -r requirements/dev.in
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/base.txt
# gitdb
Expand All @@ -103,21 +99,25 @@ tomli==2.0.1
# via
# pylint
# pytest
tomlkit==0.11.5
tomlkit==0.12.4
# via pylint
urllib3==1.26.12
typing-extensions==4.11.0
# via urwid
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
urwid==2.1.2
urwid==2.6.10
# via
# pudb
# urwid-readline
urwid-readline==0.13
urwid-readline==0.14
# via pudb
virtualenv==20.16.5
virtualenv==20.25.1
# via -r requirements/base.txt
wrapt==1.14.1
wcwidth==0.2.13
# via urwid
wrapt==1.16.0
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down
1 change: 0 additions & 1 deletion requirements/doc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sphinx==4.2.0
sphinx-book-theme==0.3.3
recommonmark==0.6.0
sphinxcontrib.yt==0.2.2
sphinxcontrib.images==0.9.4
sphinx_panels==0.6.0
sphinxcontrib.contentui==0.2.5
Expand Down
51 changes: 23 additions & 28 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
alabaster==0.7.12
alabaster==0.7.16
# via sphinx
babel==2.10.3
babel==2.14.0
# via sphinx
beautifulsoup4==4.11.1
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2022.9.24
certifi==2024.2.2
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via requests
commonmark==0.9.1
# via recommonmark
Expand All @@ -22,37 +22,33 @@ docutils==0.17.1
# recommonmark
# sphinx
# sphinx-panels
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.1
markupsafe==2.1.5
# via jinja2
packaging==21.3
packaging==24.0
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.8.1
# via sphinx-book-theme
pygments==2.13.0
pygments==2.17.2
# via sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.4
# via babel
pyyaml==6.0
pyyaml==6.0.1
# via sphinx-book-theme
recommonmark==0.6.0
# via -r requirements/doc.in
requests==2.28.1
requests==2.31.0
# via
# sphinx
# sphinxcontrib-images
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
soupsieve==2.5
# via beautifulsoup4
sphinx==4.2.0
# via
Expand All @@ -64,34 +60,33 @@ sphinx==4.2.0
# sphinx-panels
# sphinxcontrib-contentui
# sphinxcontrib-images
# sphinxcontrib-yt
sphinxcontrib-youtube==1.2.0
# via -r requirements/doc.in
sphinx-book-theme==0.3.3
# via -r requirements/doc.in
sphinx-copybutton==0.5.0
# via -r requirements/doc.in
sphinx-panels==0.6.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-contentui==0.2.5
# via -r requirements/doc.in
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-images==0.9.4
# via -r requirements/doc.in
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.7.1
# via -r requirements/doc.in
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sphinxcontrib-yt==0.2.2
# via -r requirements/doc.in
urllib3==1.26.12
urllib3==2.2.1
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading
Loading