Skip to content

Commit

Permalink
Add new comprehensive requirements-all.txt, and fix some syntax error…
Browse files Browse the repository at this point in the history
…s found in static analysis.
  • Loading branch information
pbeaucage committed Aug 9, 2024
1 parent ebf8ddb commit b6d9b38
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 27 deletions.
3 changes: 2 additions & 1 deletion AFL/automation/instrument/CDSAXSLabview.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ def measureTransmission(self,exp=5,fn='trans',set_empty_transmission=False,retur
'''with (LabviewConnection() if lv is None else lv) as lv:
'''
with (LabviewConnection() if lv is None else lv) as lv:
self.status_txt = 'Moving beamstop out for transmission...'
self.moveAxis(self.config['nmc_beamstop_out'],block=True,lv=lv)
self.moveAxis(self.config['nmc_sample_out'],block=True,lv=lv)
Expand Down
2 changes: 1 addition & 1 deletion AFL/automation/instrument/PySpecClient.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import numpy as np
import numpy as np
from pyspec.client.SpecConnection import SpecConnection
from pyspec.client.SpecCounter import SpecCounter
from pyspec.client.SpecConnectionsManager import SpecConnectionsManager
Expand Down
7 changes: 0 additions & 7 deletions AFL/automation/instrument/deprecated/CHESSFMBInstrument.py

This file was deleted.

8 changes: 0 additions & 8 deletions AFL/automation/instrument/deprecated/EPICSDevice.py

This file was deleted.

9 changes: 0 additions & 9 deletions AFL/automation/instrument/deprecated/RSpecSocketDevice.py

This file was deleted.

2 changes: 1 addition & 1 deletion dev
Submodule dev updated from 6c2960 to 51659c
47 changes: 47 additions & 0 deletions requirements-all.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
alphashape==1.3.1
bokeh==3.5.1
fabio==2024.4.0
Flask==2.2.5
Flask_Cors==4.0.1
Flask_JWT_Extended==4.6.0
gpflow==2.9.2
h5py==3.11.0
ipython==8.12.3
ipython==8.26.0
ipywidgets==8.1.3
mantid==0.0.1
matplotlib==3.9.1.post1
nice==1.1
numpy==2.0.1
opentrons==7.5.0
pandas==2.2.2
paramiko==3.4.0
periodictable==1.7.1
Pillow==10.4.0
Pint==0.24.3
plotly==5.23.0
pyFAI==2024.5.0
pyparsing==3.1.2
pyserial==3.5
pyspec==0.2-r213
pytest==8.3.2
pywin32==306
Requests==2.32.3
sans==1.2.3
sasdata==0.8.1
sasmodels==1.0.7
scikit_learn==1.5.1
scipy==1.14.0
seabreeze==2.9.2
setuptools==72.1.0
setuptools==68.2.0
Shapely==2.0.5
six==1.16.0
skimage==0.0
tensorflow==2.17.0
test_common==1.3.0.post3
tiled==0.1.0b6
tqdm==4.66.5
Werkzeug==3.0.3
xarray==2024.7.0
zeroconf==0.132.2

0 comments on commit b6d9b38

Please sign in to comment.