You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The dxchange package needs some improvements to rely on it to automatically install the dependencies including pandas. See pip-installable package data-exchange/dxchange#81 for more details. So, at the next release of dxchange the tagged versions won't help much to avoid missing packages. A proper pip-installable package will solve the issue. Meanwhile we can just keep the dependency in our requirements.txt.
Using the tagged version to have a frozen set of files, so we have less failures of building the docs.
mrakitin
changed the title
Get tagged version of dxchange for tomopy reconstruction example
Use tagged versions of tomopy and dxchange for the tomopy reconstruction example
Jan 3, 2019
A new version of
tomopy
can be installed withpip install .
. See #97 which uses this new approach and installstomopy
from the master branch. Once the new version oftomopy
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:Currently, we install the
dxchange
package from the master branch of their repo:docs/requirements.txt
Line 25 in c1bd534
Once the installer of
dxchange
is updated (see my issue data-exchange/dxchange#81), we will be able to install it with:The text was updated successfully, but these errors were encountered: