From dc5849d5a226a422c3a0115cffb87760443f92a1 Mon Sep 17 00:00:00 2001 From: mahdiall99 Date: Thu, 7 Mar 2024 17:35:26 -0500 Subject: [PATCH] Added pycaret to dependencies --- environment.yml | 1 + pyproject.toml | 1 + requirements.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/environment.yml b/environment.yml index 6b7f6ba..039ab46 100644 --- a/environment.yml +++ b/environment.yml @@ -26,6 +26,7 @@ dependencies: - nilearn==0.10.1 - numpyencoder==0.3.0 - protobuf==3.20.* + - pycaret==3.0.4 - ray==2.5.1 - scikit_image==0.18.2 - SimpleITK==2.1.1.2 diff --git a/pyproject.toml b/pyproject.toml index 80537f6..91a0aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ numpyencoder = "0.3.0" pandas = "1.5.3" Pillow = "9.2.0" protobuf = "3.20.*" +pycaret = "3.0.4" pydicom = "1.2.2" PyWavelets = "1.1.1" ray = "2.5.1" diff --git a/requirements.txt b/requirements.txt index e5521a7..387d576 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ numpyencoder==0.3.0 pandas==1.5.3 Pillow==9.2.0 protobuf==3.20.* +pycaret==3.0.4 pydicom==1.2.2 PyWavelets==1.1.1 ray==2.5.1