NSLS-II / docs

Standards Documentation for NSLS-II DAQ and Analysis
https://nsls-ii.github.io
BSD 2-Clause "Simplified" License
2 stars 13 forks source link

DEV: try to install tomopy from master using the new approach #97

Closed mrakitin closed 5 years ago

mrakitin commented 5 years ago

I figured out the new way of installation of tomopy (currently the master branch, but will be released at some point). According to tomopy's INSTALL, it should just be pip install .

danielballan commented 5 years ago

Good to see that tomopy's build process has been simplified/standardized.

Note to future selves: we can remove the pandas dep once dxchange releases a version that includes https://github.com/data-exchange/dxchange/pull/80. Good work @mrakitin for pushing an upstream fix!