Skip to content

Commit

Permalink
update requirements.txt and environment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Dec 17, 2024
1 parent b23f77a commit 83ef204
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 8 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: QHCC
channels:
- conda-forge
- radiomics
dependencies:
- python
- pooch
- pandas
- jupyter
- numpy
- pandas
- pooch
- python
- pyradiomics
- simpleitk
- scikit-learn
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
pooch
pandas
jupyter
numpy
pandas
pooch
pyradiomics
simpleitk
sklearn

0 comments on commit 83ef204

Please sign in to comment.