From 0ae7909a2bd6f6aa4510635327a4379233ea7c47 Mon Sep 17 00:00:00 2001 From: bpalmeiro Date: Thu, 26 Dec 2024 14:03:22 +0100 Subject: [PATCH] Add scikit-learn to enviroment --- environment-IC-3.8-2024-06-08.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 environment-IC-3.8-2024-06-08.yml diff --git a/environment-IC-3.8-2024-06-08.yml b/environment-IC-3.8-2024-06-08.yml new file mode 100644 index 000000000..98a6498cf --- /dev/null +++ b/environment-IC-3.8-2024-06-08.yml @@ -0,0 +1,31 @@ +name: IC-3.8-2024-06-08 +channels: +- conda-forge +- defaults +dependencies: +- python = 3.8 +# *REMEMBER TO CHANGE CONDA_ENV_TAG WHEN CHANGING VERSION NUMBERS* +- cython = 0.29.24 +- jupyter = 1.0.0 +- jupyterlab = 3.2.1 +- matplotlib = 3.4.3 +- networkx = 2.6.3 +- notebook = 6.4.5 +- numpy = 1.23.1 +- pandas = 1.3.4 +- seaborn = 0.11.2 +- pymysql = 1.0.2 +- pytables = 3.7.0 +- pytest = 6.2.4 +- scipy = 1.9.3 +- sphinx = 4.2.0 +- tornado = 6.1 +- flaky = 3.7.0 +- hypothesis = 6.14.1 +- pytest-xdist = 2.3.0 +- coverage = 5.5 +- pip = 21.2.4 +- setuptools = 58.0.4 +- scikit-learn = 1.5.2 +- pip: + - pytest-instafail==0.4.2