forked from WenjieDu/PyPOTS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment-dev.yml
50 lines (43 loc) · 1.2 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
name: pypots-dev
channels:
- conda-forge
- pytorch
- pyg
- nodefaults
dependencies:
## basic
#- conda-forge::python
#- conda-forge::pip
#- conda-forge::scipy
#- conda-forge::numpy >=1.23.3 # numpy should , otherwise may encounter "number not available" when torch>1.11
#- conda-forge::scikit-learn >=0.24.1
#- conda-forge::pandas <2.0.0
#- conda-forge::h5py
#- conda-forge::tensorboard
#- conda-forge::pycorruptor
#- conda-forge::tsdb
#- 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