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

Use tagged versions of tomopy and dxchange for the tomopy reconstruction example #96

Open mrakitin opened 5 years ago

mrakitin commented 5 years ago

A new version of tomopy can be installed with pip install .. See #97 which uses this new approach and installs tomopy from the master branch. Once the new version of tomopy is tagged/released (most likely https://github.com/tomopy/tomopy/releases/tag/1.2.2), we should use the tagged version and install it with:

pip install git+https://github.com/tomopy/tomopy@v1.2.2

Currently, we install the dxchange package from the master branch of their repo: https://github.com/NSLS-II/docs/blob/c1bd5347d63ea6133feba3545b9ce46536ef98ce/requirements.txt#L25 Once the installer of dxchange is updated (see my issue https://github.com/data-exchange/dxchange/issues/81), we will be able to install it with:

pip install git+https://github.com/data-exchange/dxchange@v0.1.6
mrakitin commented 5 years ago

There are two aspect of the issue:

mrakitin commented 5 years ago

I updated the issue description and the title to have this change implemented for both tomopy and dxchange.