Skip to content

Commit

Permalink
Merge pull request #53 from MahdiAll99/dev
Browse files Browse the repository at this point in the history
Added pycaret to dependencies
  • Loading branch information
MahdiAll99 committed Mar 7, 2024
2 parents d1795d8 + dc5849d commit 9f30a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f30a45

Please sign in to comment.