forked from aidotse/PASEOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
20 lines (20 loc) · 777 Bytes
/
environment.yml
File metadata and controls
20 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: paseos
channels:
- conda-forge
dependencies:
- dotmap>=1.3.30 # core non-optional dependency
- loguru>=0.6.0 # core non-optional dependency
- matplotlib>=3.6.0 # core non-optional dependency
- 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
- scikit-spatial>=6.5.0 # core non-optional dependency
- skyfield>=1.45 # core non-optional dependency
- sphinx # for docs
- sphinx_rtd_theme # for docs
- toml>=0.10.2 # core non-optional dependency
- tqdm>=4.64.1 # core non-optional dependency