Adds conda and cytoolz to our dependencies so that the sdk package can import
conda stuff without requiring sys.path(...) hacks and vendored dependencies.
The sameproject sdk can now be installed and used as follows:
pip install sameproject==0.1.16
import sameproject.sdk as sdk
dataset = sdk.dataset(...)
Adds
conda
andcytoolz
to our dependencies so that thesdk
package can import conda stuff without requiringsys.path(...)
hacks and vendored dependencies.The sameproject sdk can now be installed and used as follows: