Skip to content

Commit

Permalink
fixed scipy typo in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmacinnes committed Jun 28, 2018
1 parent 26499ad commit 5322bf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -10,7 +10,7 @@ pyyaml==3.12
nibabel==2.1.0
nipy==0.4.1
numpy==1.13.1
scipy==1.1.1
scipy==1.1.0
pyzmq==16.0.2
flask==0.12.2
flask_socketio==2.9.2
Expand Down
6 changes: 3 additions & 3 deletions src/GUIs/pynealSetup/setupConfig.yaml
@@ -1,10 +1,10 @@
analysisChoice: Average
analysisChoice: /Users/jeff/gDrive/jeffCloud/real-time/b2b/pynealAnalysis/pilot2/pyneal_b2b_customAnalysis.py
dashboardClientPort: 5558
dashboardPort: 5557
launchDashboard: true
maskFile: /Users/jeff/gDrive/jeffCloud/real-time/pyneal/utils/dummyMask_80-80-30.nii.gz
maskFile: /Users/jeff/gDrive/jeffCloud/real-time/b2b/pynealAnalysis/pilot2/firstLevel+.feat/mask.nii.gz
maskIsWeighted: false
numTimepts: 93
numTimepts: 68
outputPath: /Users/jeff/Desktop/development/pynealOutput
pynealHost: 127.0.0.1
pynealScannerPort: 5555
Expand Down

0 comments on commit 5322bf1

Please sign in to comment.