Skip to content

Commit

Permalink
COMP: Remove numpy version pin
Browse files Browse the repository at this point in the history
I believe this was required due to bug's in numpy's typing support that
have been fixed in recent versions.
  • Loading branch information
thewtex committed May 5, 2023
1 parent c36279f commit 4a41fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jupyterlab>=2.2.0
imageio
ipywidgets>=7.5.1
ipympl>=0.5.7
numpy==1.21.0
numpy
torch>=1.9
monai>=1.0.1
matplotlib==3.3.1
Expand Down

0 comments on commit 4a41fd6

Please sign in to comment.