Skip to content

Commit

Permalink
Updating cmaboss dependency to v1.0.0b16
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-noel committed Jan 9, 2022
1 parent 5c1547d commit 55371b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- matplotlib
- ipywidgets
- scikit-learn
- cmaboss >=1.0.0b15
- cmaboss >=1.0.0b16

about:
home: https://github.com/colomoto/pyMaBoSS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"matplotlib",
"pandas",
"sklearn",
"cmaboss>=1.0.0b15"
"cmaboss>=1.0.0b16"
] + optional_contextlib,
scripts=['scripts/MBSS_FormatTable.py', 'scripts/UpPMaBoSS.py']
)

0 comments on commit 55371b1

Please sign in to comment.