diff --git a/docker/install/conda_envs/ci-lint.yml b/docker/install/conda_envs/ci-lint.yml index 5f0c261..b5f0e7f 100644 --- a/docker/install/conda_envs/ci-lint.yml +++ b/docker/install/conda_envs/ci-lint.yml @@ -2,9 +2,18 @@ name: ci-lint channels: - conda-forge dependencies: -- python==3.11 +- python - black - isort - pylint - mypy - clang-format +- tqdm +- pytorch-cpu +- attrs +- cloudpickle +- decorator +- ml_dtypes +- numpy +- scipy +- tornado