Skip to content

Commit

Permalink
fix: dependencies (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
clatapie and pyansys-ci-bot authored Jul 9, 2024
1 parent 4f38fa0 commit 9de847d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ For contributing to this project, please refer to the [PyAnsys Developer's Guide
Further information about contributing to PyAnsys Sound can be found in [Contributing].

[PyAnsys Developer's Guide]: https://dev.docs.pyansys.com/index.html
[Contributing]: https://sound.docs.pyansys.com/version/dev/contribute.html
[Contributing]: https://sound.docs.pyansys.com/version/stable/contribute.html
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ of DPF Sound operators
Documentation and issues
------------------------
Documentation for the latest stable release of PyAnsys Sound is hosted at
`PyAnsys Sound documentation <https://sound.docs.pyansys.com/version/dev/>`_.
`PyAnsys Sound documentation <https://sound.docs.pyansys.com/version/stable/>`_.

The documentation has these sections:

- `Getting started <https://sound.docs.pyansys.com/version/dev/getting_started.html>`_: Learn
- `Getting started <https://sound.docs.pyansys.com/version/stable/getting_started.html>`_: Learn
how to install PyAnsys Sound in user mode.
- `User guide <https://sound.docs.pyansys.com/version/dev/user_guide.html>`_: Learn how to start
- `User guide <https://sound.docs.pyansys.com/version/stable/user_guide.html>`_: Learn how to start
a DPF server, load a signal from a WAV file, and perform operations on the signal.
- `API reference <https://sound.docs.pyansys.com/version/dev/api/index.html>`_: Understand how
- `API reference <https://sound.docs.pyansys.com/version/stable/api/index.html>`_: Understand how
to use Python to interact programmatically with PyAnsys Sound.
- `Examples <https://sound.docs.pyansys.com/version/dev/examples/index.html>`_: Explore examples
- `Examples <https://sound.docs.pyansys.com/version/stable/examples/index.html>`_: Explore examples
that show how to use PyAnsys Sound for various workflows.
- `Contribute <https://sound.docs.pyansys.com/version/dev/contribute.html>`_: Learn how to
- `Contribute <https://sound.docs.pyansys.com/version/stable/contribute.html>`_: Learn how to
contribute to the PyAnsysSound codebase or documentation.

In the upper right corner of the documentation's title bar, there is an option
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/69.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: dependencies
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
dependencies = [
"ansys-dpf-core>=0.9.0,<1",
"matplotlib>=3.8.2,<4",
"platformdirs>=4.2.2,<5",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 9de847d

Please sign in to comment.