-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yml
59 lines (59 loc) · 841 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
48
49
50
51
52
53
54
55
56
57
58
59
name: llm-cooperation
channels:
- conda-forge
- plotly
dependencies:
- python=3.11
- blackd
- evals
- ipython
- jupyter
- jupytext
- jupyter-book
- nbconvert
- openai
- pandas
- pandas-stubs
- numpy
- scipy
- pytest
- pytest-mock
- pytest-lazy-fixture
- mypy
- pylint
- pre-commit
- plotly
- python-kaleido
- pyppeteer
- pingouin
- qtconsole
- r-base
- r-bh
- r-brms
- r-tidyverse
- r-ggpubr
- r-lme4
- r-matrix=1.6.0
- r-rstatix
- r-tmb=1.9.6
- r-glmmTMB
- r-geepack
- r-reticulate
- r-irkernel
- r-dharma
- r-stargazer
- r-modelsummary
- r-texreg
- r-MCMCglmm
- r-effects
- r-sjPlot
- r-patchwork
- r-R.cache
- r-cmdstanr
- r-languageserver
- r-marginaleffects
- r-multcomp
- pip
- pip:
- -e ./
- openai-pygenerator>=0.6.2