Skip to content

Commit

Permalink
moved mdutils to analysis requirements (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm authored Apr 2, 2024
1 parent 9045b0d commit 7af6304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"black>=19.10b0, <=23.0",
"flake8>=3.8.3, <=6.0.0",
"flake8-debugger>=3.2.1",
"mdutils>=1.4.0",
"pytest>=5.4.3",
"pytest-cov>=2.9.0",
"pytest-raises>=0.11",
]

analysis_requirements = [
"tqdm>=4.64.1",
"mdutils>=1.4.0",
"scikit-learn>=1.1.3",
"seaborn>=0.12.1",
"aicsimageio>=4.10.0",
Expand Down

0 comments on commit 7af6304

Please sign in to comment.