Skip to content

Commit

Permalink
Specify package versions that work together
Browse files Browse the repository at this point in the history
  • Loading branch information
VemundFredriksen committed Oct 9, 2024
1 parent c632e15 commit a0a02bf
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
numpy
torch
monai
tqdm
lungmask
pytest
pytest-cov
numpy==1.26.2
torch==2.4.1
monai==1.3.2
tqdm==4.66.5
lungmask==0.2.20
pytest==8.3.3
pytest-cov==5.0.0
requests==2.32.3
nibabel==5.3.0
scikit-image==0.24.0

0 comments on commit a0a02bf

Please sign in to comment.