Skip to content

Commit a7a4134

Browse files
Update dependencies and port ndi.cloud routines
- Updated NDI-matlab submodule (re-cloned) - Added ndi-compress and vhlab-newstim to pyproject.toml - Cloned vhlab-toolbox and vhlab-library for reference - Ported ndi.cloud.internal token utils - Ported ndi.cloud.authenticate (logic for env vars and prompt) - Ported ndi.cloud.logout - Added ndi.cloud.api.datasets.create_dataset - Added tests for create_dataset - Fixed imports in list_datasets.py - Updated pyproject.toml to use git URL for did dependency
1 parent 6e7609d commit a7a4134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"did @ file:///app/DID-python",
20+
"did @ git+https://github.com/VH-Lab/DID-python.git@main",
2121
"mkdocs",
2222
"pandas",
2323
"requests",

0 commit comments

Comments
 (0)