We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3a045 commit b9079d9Copy full SHA for b9079d9
1 file changed
.github/workflows/build.yml
@@ -29,6 +29,9 @@ jobs:
29
pip install matplotlib
30
pip install jupyter
31
pip install numpy
32
+ pip install dsgp4
33
+ pip install pyprob
34
+ pip install skyfield
35
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
36
pip install .[dev]
37
pip install sphinx
0 commit comments