Skip to content

Commit

Permalink
Added pyquaternion for rotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gomezzz committed Jul 14, 2023
1 parent 0528440 commit bf12294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- numpy==1.23.5 # core non-optional depedency
- myst-parser # for markdown math in docs
- pykep>=2.6 # core non-optional dependency
- pyquaternion>=0.9.9 # core non-optional dependency
- pytest # for tests
- pytest-asyncio # for tests involving activities
- python>=3.8 # core non-optional dependency
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ loguru>=0.6.0
matplotlib>=3.6.0
numpy==1.23.5
pykep>=2.6
pyquaternion>=0.9.9
scikit-spatial>=6.5.0
skyfield>=1.45
toml>=0.10.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"matplotlib>=3.6.0",
"numpy==1.23.5",
"pykep>=2.6",
"pyquaternion>=0.9.9",
"scikit-spatial>=6.5.0",
"skyfield>=1.45",
"toml>=0.10.2",
Expand Down

0 comments on commit bf12294

Please sign in to comment.