Skip to content

Commit

Permalink
Fix two versions left as '>=', for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewf-ucsd committed Jan 26, 2023
1 parent 32dc02b commit 74c30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ 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 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

0 comments on commit 74c30bf

Please sign in to comment.