2023-04-28 22:13:41 +03:00
|
|
|
name: mlos-3.10
|
2023-01-31 02:49:26 +03:00
|
|
|
channels:
|
|
|
|
- defaults
|
|
|
|
dependencies:
|
2023-02-27 08:42:22 +03:00
|
|
|
# Basic dev environment packages.
|
|
|
|
# All other dependencies for the mlos modules come from pip.
|
2023-01-31 02:49:26 +03:00
|
|
|
- pip
|
|
|
|
- pylint
|
|
|
|
- pycodestyle
|
|
|
|
- autopep8
|
2023-02-25 04:07:34 +03:00
|
|
|
- pydocstyle
|
2023-01-31 02:49:26 +03:00
|
|
|
- setuptools
|
2023-03-21 01:46:06 +03:00
|
|
|
- setuptools-scm
|
2023-01-31 02:49:26 +03:00
|
|
|
- jupyter
|
|
|
|
- ipykernel
|
|
|
|
- nb_conda_kernels
|
|
|
|
- matplotlib
|
|
|
|
- seaborn
|
|
|
|
- python=3.10
|
2023-04-28 22:13:41 +03:00
|
|
|
# See comments in mlos.yml.
|
2023-02-27 08:42:22 +03:00
|
|
|
#- gcc_linux-64
|
2023-01-31 02:49:26 +03:00
|
|
|
- pip:
|
2023-03-21 01:46:06 +03:00
|
|
|
- bump2version
|
|
|
|
- licenseheaders
|
2023-04-18 00:01:27 +03:00
|
|
|
- mypy
|
2023-04-12 19:11:58 +03:00
|
|
|
- types-setuptools
|
|
|
|
- types-pygments
|
|
|
|
- types-colorama
|
|
|
|
- pandas-stubs
|
2023-04-18 00:01:27 +03:00
|
|
|
- types-requests
|
2023-04-28 23:59:43 +03:00
|
|
|
- "--editable ../mlos_core[full-tests]"
|
|
|
|
- "--editable ../mlos_bench[full-tests]"
|