Skip to content

Commit

Permalink
Replace pinned versions of course-specific pip packages with >= versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewf-ucsd committed Jan 28, 2023
1 parent 74c30bf commit dea2759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ RUN conda clean -tipsy

#########################
# course-specific stuff
RUN pip install allensdk==2.14.0 neurosynth==0.3.8 hdmf==1.6.3 pynwb==1.3.2
RUN pip install numpy==1.22.1 scipy==1.10.0
RUN pip install 'allensdk>=2.14.0' 'neurosynth>=0.3.8' 'hdmf>=1.6.3' 'numpy>=1.22.1' 'pynwb>=1.3.2' 'scipy>=1.10.0'

0 comments on commit dea2759

Please sign in to comment.