Skip to content
Snippets Groups Projects
Commit b6271caf authored by unknown's avatar unknown
Browse files

action for doc build

parent aea47504
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,11 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
pip install .
pip install -r docs/requirements.txt
- name: Install Verse
run: |
pip install .
- name: Generate Docs
run: |
python -m sphinx -M html docs/source docs/build
......
......@@ -11,25 +11,7 @@ setup(
packages=find_packages(exclude=["tests", "demo"]),
python_requires=">=3.8",
install_requires=[
# "numpy",
# "scipy",
# "matplotlib",
# "polytope",
# "pyvista",
# "networkx",
# "sympy",
# "six",
# "astunparse",
# "z3-solver",
# "plotly",
# "beautifulsoup4",
# "lxml",
# "torch",
# "tqdm",
# "intervaltree",
# "Pympler",
# "nbformat",
"ray~=2.2.0",
"ray~=2.4.0",
"astunparse~=1.6.3",
"beautifulsoup4~=4.11.1",
"intervaltree~=3.1.0",
......@@ -40,10 +22,10 @@ setup(
"polytope~=0.2.3",
"Pympler~=1.0.1",
"pyvista~=0.38.3",
"scipy~=1.8.1",
"scipy~=1.9",
"six~=1.14.0",
"sympy~=1.6.2",
"torch~=1.12.1",
"torch~=1.13.1",
"tqdm~=4.64.1",
"z3-solver~=4.8.17.0",
"treelib~=1.6.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment