forked from nsidc/qgreenland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
82 lines (70 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: qgreenland
channels:
- conda-forge
- nodefaults
dependencies:
- python ~=3.10.0
################################################################
# Imported dependencies and extensions (and related typestubs) #
################################################################
- anytree ~=2.8.0
- click ~=8.0
- fiona ~=1.8.13
- gdal ~=3.6.0
- humanize ~=2.6.0
- luigi ~=3.0.2
- pydantic ~=1.8
- qgis ~=3.22.0
- requests ~=2.25.0
- types-requests ~=2.25.0
- netCDF4 ~=1.5
- pandas ~=1.3
# required for `pandas` to read excel files.
- openpyxl ~= 3.0
- pyyaml ~=5.4.1
- types-pyyaml ~=5.4.1
- funcy ~=1.16
- markdown ~=3.3.6
- types-markdown ~=3.3.6
#############################
# Non-imported dependencies #
#############################
# documentation dependencies
- sphinx ~=4.3.1
- latexmk ~=4.55
- myst-parser ~=0.15.2
- sphinx-click ~=3.0.1
# TODO: What does this do? Do we need it?
# - sphinx-autodoc-typehints ~=1.12.0
# SEE PIP DEPENDENCIES FOR MORE
# task-runners
- invoke ~=1.4.0
# test-runners
- pytest ~=6.2
- pytest-cov ~=2.12
# static analysis
- flake8 ~=3.8.3
- flake8-bugbear ~=21.9.2
- flake8-comprehensions ~=3.2.2
- flake8-docstrings ~=1.5.0
- flake8-import-order ~=0.18.1
- flake8-quotes ~=2.1.1
- pep8-naming ~=0.9.1
- vulture ~=1.0
- shellcheck ~=0.7.1
# SEE PIP DEPENDENCIES FOR MORE
# typechecking
- mypy ==0.990
# other utilities
- bump2version
- ipython
- ipdb
- pip
- black ~=22.0
- isort ~=5.0
# Pip dependencies could be imported or non-imported :(
- pip:
- flake8-debugger ~=3.2
- flake8-use-fstring ~=1.0
- sphinx-rtd-theme ~=1.0.0
- autodoc-pydantic ~=1.5.1