-
Notifications
You must be signed in to change notification settings - Fork 30
/
environment.yml
53 lines (53 loc) · 1.38 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
---
name: optimagic
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10 # dev
- cyipopt>=1.4.0 # dev, tests
- pygmo>=2.19.0 # dev, tests
- jupyterlab # dev, docs
- nlopt # dev, tests, docs
- pdbpp # dev
- pip # dev, tests, docs
- pytest # dev, tests
- pytest-cov # tests
- pytest-xdist # dev, tests
- setuptools_scm # dev
- statsmodels # dev, tests
- toml # dev
- cloudpickle # run, tests
- joblib # run, tests
- numpy >= 2 # run, tests
- pandas # run, tests
- plotly # run, tests
- pybaum>=0.1.2 # run, tests
- scipy>=1.2.1 # run, tests
- sqlalchemy # run, tests
- myst-nb # docs
- sphinx # docs
- sphinx-copybutton # docs
- sphinx-design # docs
- sphinx-panels # docs
- sphinxcontrib-bibtex # docs
- seaborn # dev, tests
- mypy=1.13 # dev, tests
- pyyaml # dev, tests
- jinja2 # dev, tests
- furo # dev, docs
- annotated-types # dev, tests
- pip: # dev, tests, docs
- DFO-LS>=1.5.3 # dev, tests
- Py-BOBYQA # dev, tests
- fides==0.7.4 # dev, tests
- kaleido # dev, tests
- pre-commit>=4 # dev
- -e . # dev
# type stubs
- pandas-stubs # dev, tests
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- types-jinja2 # dev, tests
- sqlalchemy-stubs # dev, tests
- sphinxcontrib-mermaid # dev, tests, docs