-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yml
37 lines (37 loc) · 898 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
name: pyssm
channels:
- plotly
- conda-forge
dependencies:
- cmake
- python=3.7
- numpy
- pip
- gcc_linux-64
- gxx_linux-64
- cmake
- pandas
- scikit-learn
- tqdm
- sphinx
- pylint
- plotly # Technically not a dependency, but still nice to have for browsing results
- plotly-orca # Technically not a dependency, but still nice to have for browsing results
- psutil # Technically not a dependency, but required for exporting PDFs from plotting
- jupyter # Technically not a dependency, but still nice to have for browsing results
- requests
- doxygen
# - scipy
- pip:
- karma-sphinx-theme
- sphinx_rtd_theme
- breathe
- exhale
- -e file:.
# - ray
# - pylint
# - plotly-express
# - nbformat
# - kaggle # for downloading creditfraud dataset
# - pyfact # for downloading / processing fact data
# - progressbar