Skip to content

Commit

Permalink
api link and numpyu version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Sep 18, 2023
1 parent 33a21f4 commit 4962aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Prediction error steps
Continuous
==========

.. currentmodule:: pyhgf.updates.posterior.continuous
.. currentmodule:: pyhgf.updates.prediction_error.continuous

.. autosummary::
:toctree: generated/pyhgf.updates.posterior.continuous
:toctree: generated/pyhgf.updates.prediction_error.continuous

prediction_error_mean_value_parent
prediction_error_precision_value_parent
Expand All @@ -87,7 +87,7 @@ Continuous
.. currentmodule:: pyhgf.updates.prediction_error.continuous

.. autosummary::
:toctree: generated/pyhgf.updates.posterior.continuous
:toctree: generated/pyhgf.updates.prediction_error.continuous

prediction_mean_value_parent
prediction_precision_value_parent
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.18
numpy>=1.18<1.26
matplotlib>=3.0.2
seaborn>=0.9.0
arviz>=0.12.0
Expand Down

0 comments on commit 4962aed

Please sign in to comment.