-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
61 lines (52 loc) · 1.09 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: tranquilo-dev
channels:
- conda-forge
- nodefaults
dependencies:
- python ==3.10
- pip
# Dependencies
- pandas
- numpy
- scipy
- jupyterlab
- ipython
- seaborn
- plotly
- bokeh
- sqlalchemy
- numba
- joblib
- nlopt
- click
- cloudpickle
- fuzzywuzzy
- pybaum
# Misc Start
- setuptools_scm
- toml
- pytask<0.4
- black
- nb_black
- pre-commit
- pdbpp
- pytest
- pytest-cov
- pytest-xdist
# Misc End
- pip:
- black
- blackcellmagic
- kaleido
# install this project locally
- -e .
# either install the most recent version of tranquilo from github, or clone the
# repository to the parent folder and install in editable mode
- -e ../tranquilo
# - git+https://github.com/OpenSourceEconomics/tranquilo
# install most recent versions of estimagic
- git+https://github.com/OpenSourceEconomics/estimagic
# install altered version of dfols and pybobyqa that allows us to capture benchmark
# results
- git+https://github.com/mpetrosian/dfols
- git+https://github.com/mpetrosian/pybobyqa