-
Notifications
You must be signed in to change notification settings - Fork 5
/
environment.yml
40 lines (40 loc) · 1.27 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
name: jump_sc
channels:
- conda-forge
dependencies:
- conda-forge::python=3.9
- conda-forge::pip
# restrict to less than Pandas 2.0 as there are
# many conflicts with other dependencies
- conda-forge::pandas<2.0
- conda-forge::numpy
- conda-forge::matplotlib
# Version to allow Roshan's sklearn models to
# predict probabilities correctly
- conda-forge::scikit-learn=1.1.1
- conda-forge::scipy=1.8.1
- conda-forge::pathlib2
- conda-forge::scikit-learn
- conda-forge::requests
- conda-forge::seaborn
- conda-forge::scikit-posthocs
# used for managing jupyter environments
- conda-forge::notebook
- conda-forge::jupyterlab
- conda-forge::ipykernel
- conda-forge::ipython
# quality of life for jupyter environments
# ----------------------------------------
# automatically converts .ipynb to .py file on save within jupyter lab
- conda-forge::jupytext
# dependency of jupyterlab_code_formatter
- conda-forge::black
# dependency of jupyterlab_code_formatter
- conda-forge::isort
# used for formatting code within .ipynb files
- conda-forge::jupyterlab_code_formatter
- pip:
- git+https://github.com/cytomining/pycytominer.git@8e3c28d3b81efd2c241d4c792edfefaa46698115
- lmoments3
- cytotable==0.0.10
- cloudpathlib