forked from optimagic-dev/optimagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
50 lines (50 loc) · 1.25 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
---
name: estimagic
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10 # dev
- cyipopt<=1.2.0 # dev
- jupyterlab # dev, docs
- nb_black # dev, docs
- nlopt # dev, tests
- pdbpp # dev
- pip # dev, tests, docs
- pytask>=0.0.11 # dev
- pytest # dev, tests
- pytest-cov # tests
- pytest-xdist # dev, tests
- setuptools_scm # dev
- statsmodels # dev, tests
- toml # dev
- bokeh<=2.4.3 # run, tests
- click # run, tests
- cloudpickle # run, tests
- joblib # run, tests
- numpy>=1.17.0 # run, tests
- pandas # run, tests
- plotly # run, tests
- pybaum >= 0.1.2 # run, tests
- scipy>=1.2.1 # run, tests
- sqlalchemy # run, tests
- pydata-sphinx-theme>=0.3.0 # docs
- myst-nb # docs
- sphinx # docs
- sphinx-copybutton # docs
- sphinx-panels # docs
- sphinxcontrib-bibtex # docs
- tranquilo>=0.0.4 # dev, tests
- seaborn # dev, tests
- pip: # dev, tests, docs
- DFO-LS # dev, tests
- Py-BOBYQA # dev, tests
- black # dev
- blackcellmagic # dev
- fides==0.7.4 # dev, tests
- gif # dev
- gif[matplotlib] # dev
- kaleido # dev, tests
- pre-commit # dev
- simoptlib==1.0.1 # dev, tests
- -e . # dev