-
-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathenvironment-dev.yml
52 lines (45 loc) · 1.15 KB
/
environment-dev.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
name: pypots-dev
channels:
- conda-forge
- pytorch
- pyg
- nodefaults
dependencies:
## basic
#- conda-forge::python
#- conda-forge::pip
#- conda-forge::scipy
#- conda-forge::numpy
#- conda-forge::scikit-learn
#- conda-forge::pandas <2.0.0
#- conda-forge::h5py
#- conda-forge::tensorboard
#- conda-forge::pygrinder >=0.2
#- conda-forge::tsdb >=0.2
#- pytorch::pytorch >=1.10.0
## Below we install the latest pypots because we need pypots-cli in it for development.
## PyPOTS itself already includes all basic dependencies.
- conda-forge::pypots
# optional
- pyg::pyg
- pyg::pytorch-scatter
- pyg::pytorch-sparse
# test
- conda-forge::pytest-cov
- conda-forge::pytest-xdist
# doc
- conda-forge::furo
- conda-forge::sphinx
- conda-forge::docutils
- conda-forge::sphinxcontrib-bibtex
- conda-forge::sphinx-autodoc-typehints
# dev
- conda-forge::black
- conda-forge::flake8
- conda-forge::pre-commit
- conda-forge::jupyterlab
- pip:
# doc
- sphinxcontrib-gtagjs
# hyperparameter tuning
- nni