SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
20 stars 8 forks source link

Remove vendored conda installation and sys.path hacks from sdk, release sameproject 0.1.16 #94

Closed Bubblyworld closed 2 years ago

Bubblyworld commented 2 years ago

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(...)