Skip to content

Commit ff2b58a

Browse files
authored
Merge pull request #319 from MITLibraries/TIMX-496-update-tda
TIMX 496 - Update TDA and all dependencies
2 parents 5fa0da4 + be9ce95 commit ff2b58a

File tree

3 files changed

+397
-392
lines changed

3 files changed

+397
-392
lines changed

Makefile

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

1919
update: install # update all Python dependencies
2020
pipenv clean
21+
pipenv update git+https://github.com/MITLibraries/timdex-dataset-api.git
2122
pipenv update --dev
2223

2324
### Test commands ###

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[packages]
77
boto3 = "*"
88
smart-open = "*"
9-
timdex-dataset-api = {git = "git+https://github.com/MITLibraries/timdex-dataset-api.git"}
9+
timdex-dataset-api = {git = "https://github.com/MITLibraries/timdex-dataset-api.git"}
1010

1111
[dev-packages]
1212
black = "*"

0 commit comments

Comments
 (0)