generated from ashleve/lightning-hydra-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yml
executable file
·46 lines (46 loc) · 1.18 KB
/
environment.yml
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
45
46
name: lidar_prod
channels:
- conda-forge
dependencies:
- python==3.10.*
- pip
# --------- linters --------- #
- pre-commit # hooks for applying linters on commit
- black # code formatting
- isort # import sorting
- flake8 # code analysis
- rstcheck==3.3.*
# --------- geo --------- #
- conda-forge:python-pdal==3.2.*
- conda-forge:pdal==2.6.*
- numpy
- scikit-learn
- geopandas
- pyproj
- laspy
# --------- others --------- #
- psycopg2 # database interaction
- jupyterlab # better jupyter notebooks
- pudb # debugger
- rich==11.2.* # rich text formatting
- pytest>=7.1.2 # tests
- pytest-cov==3.0.*
# --------- documentation --------- #
- sphinx==7.2.*
- recommonmark==0.7.*
- sphinx_rtd_theme==2.0.*
- docutils==0.20.*
- pip:
# --------- postgis-toolkit --------- #
# - postgis-toolkit
# --------- hydra --------- #
- hydra-core==1.1.*
- hydra-colorlog==1.1.*
- optuna==2.10.*
# --------- Documentation --------- #
- myst_parser==2.0.*
- sphinx_paramlinks==0.6.*
- sphinxnotes-mock==1.0.*
- sphinx-argparse==0.4.*
- sphinxcontrib-mermaid==0.9.*
- ign-pdal-tools>=1.5.2