Skip to content

Commit

Permalink
Fix requirements for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert committed Oct 4, 2023
1 parent 66d784f commit 51364b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"

jobs:
pre_build:
Expand Down
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sphinx~=5.3.0
sphinx~=6.2.1
sphinx-copybutton==0.5.2
sphinx_design==0.5.0
myst-nb==0.17.2
nbconvert==7.7.1
sphinx-notfound-page==0.8.3
myst-nb @ git+https://github.com/executablebooks/MyST-NB@59854c2
nbconvert==7.9.0
sphinx-notfound-page==1.0.0
sphinx-favicon==1.0.1
sphinx-book-theme==1.0.1
sphinx-autoapi==2.1.1
sphinx-autoapi==3.0.0
h5py~=3.9.0
tables~=3.8.0
1 change: 0 additions & 1 deletion pedpy/column_identifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from typing import Final

# TrajectoryData
ID_COL: Final = "id"
FRAME_COL: Final = "frame"
X_COL: Final = "x"
Expand Down
1 change: 1 addition & 0 deletions pedpy/methods/speed_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def compute_individual_speed(
This then can be used to compute the speed with:
.. math::
\bar{X} = X_{future} - X_{past}
Expand Down

0 comments on commit 51364b9

Please sign in to comment.