forked from Tudat/tudatBundle
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathenvironment.yaml
44 lines (44 loc) · 966 Bytes
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: tudat-bundle
channels:
- conda-forge
- tudat-team
dependencies:
- eigen
- boost-cpp=1.78.0
- tudat-resources
- sofa-cmake
- nrlmsise-00
- cspice-cmake
- python=3.11
- pybind11
- pybind11-abi
# Python dependencies
- numpy<2.0.0
- pytest
- mypy
- pandas # for tudatpy.io
- matplotlib # for tudatpy.plotting
- tqdm # for tudatpy.trajectory_design.porkchop
- astropy # for tudatpy.data.mpc
- astropy-healpix # for tudatpy.data._biases
- spiceypy # for automatic data downloader and kernel converter
# Data downloader tabular output
- tabulate
- colorama
# Documentation
- jinja2
- pyyaml
- pydantic == 1.10.9
- numpydoc
- doxygen # for cpp api
# Pip
- pip
- pip:
- astroquery==0.4.8.dev9321 # for tudatpy.data.mpc
- nbsphinx
- sphinxcontrib-napoleon
- sphinx_rtd_theme
- sphinxcontrib-fulltoc
- sphinxcontrib-bibtex
- furo
- sphinx_copybutton