Skip to content

Commit

Permalink
Remove dev/requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
maliasadi committed Sep 11, 2024
1 parent a6bfcb8 commit 12095e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ version: 2
sphinx:
configuration: doc/conf.py

python:
install:
- requirements: doc/requirements.txt
- requirements: requirements-dev.txt
- method: pip
path: .

build:
os: ubuntu-22.04
tools:
Expand All @@ -18,7 +11,9 @@ build:
- graphviz
jobs:
post_install:
- PL_BACKEND="lightning_gpu" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build
- python -m pip install --exists-action=w --no-cache-dir -r doc/requirements.txt
- PL_BACKEND="lightning_qubit" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build
- rm -rf ./build && PL_BACKEND="lightning_gpu" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build
- rm -rf ./build && PL_BACKEND="lightning_kokkos" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build
- rm -rf ./build && PL_BACKEND="lightning_tensor" python scripts/configure_pyproject_toml.py && SKIP_COMPILATION=True python -m build
- python -m pip install ./dist/*.whl
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
tomlkit
build
breathe
docutils==0.16
exhale>=0.3.3
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.39.0-dev14"
__version__ = "0.39.0-dev18"

0 comments on commit 12095e1

Please sign in to comment.