-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
47 lines (41 loc) · 927 Bytes
/
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
# Dependencies marked with "(optional)" are not required for core functionality
# and can be commented out if there are conflicts.
name: morphx
channels:
- pytorch
- conda-forge
- defaults
dependencies:
# From -c pytorch
- pytorch =1.1 # (version depends on elektronn3 revision)
# From conda-forge and defaults
- python >=3.7 # (3.6 should also work)
- pip
- m2r
- ipython
- h5py
- matplotlib
- tqdm
- scipy
- networkx
- numpy
- coloredlogs
- scikit-learn
- numba
- openmesh-python
- point_cloud_utils
# For tests (optional):
- pytest
- pytest-runner
- pytest-cov
- pytest-forked
# For docs (optional):
- sphinx
- sphinx_rtd_theme
- sphinx-autodoc-typehints
# Required dependencies that are not yet available via conda:
- pip:
- plyfile
- open3d
# Pre-release packages
- git+https://github.com/ELEKTRONN/elektronn3.git@phil#egg=elektronn3