Skip to content

Commit cdd42f8

Browse files
authored
Merge pull request #364 from MITLibraries/TIMX-496-update-tda
TIMX 496- Update TDA library
2 parents 719df76 + 3bfc23c commit cdd42f8

File tree

4 files changed

+546
-550
lines changed

4 files changed

+546
-550
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ install: # Install Python dependencies
2020

2121
update: install # Update Python dependencies
2222
pipenv clean
23+
pipenv update git+https://github.com/MITLibraries/timdex-dataset-api.git
2324
pipenv update --dev
2425

2526
######################

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ opensearch-py = "*"
1111
rich-click = "*"
1212
sentry-sdk = "*"
1313
smart-open = {extras = ["s3"], version = "*"}
14-
timdex-dataset-api = { git = "git+https://github.com/MITLibraries/timdex-dataset-api.git"}
14+
timdex-dataset-api = {git = "https://github.com/MITLibraries/timdex-dataset-api.git"}
1515

1616
[dev-packages]
1717
black = "*"

0 commit comments

Comments
 (0)