Skip to content

Commit 4da878b

Browse files
authored
Update merlin-core to v0.1.1 (instead of main branch) (#1419)
* Update `merlin-core` to `v0.1.0` (instead of `main` branch) * Install `merlin-core` from PyPI in CI builds * Don't use cache dir when installing `merlin-core` * Bump `merlin-core` version to v0.1.1
1 parent 58799ad commit 4da878b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci/build_and_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd $nvt_directory
99
echo "Installing NVTabular"
1010
python -m pip install --user --upgrade pip setuptools wheel pybind11 numpy==1.20.3 setuptools==59.4.0
1111
python -m pip uninstall nvtabular -y
12-
python -m pip install --user --upgrade merlin-core@git+https://github.com/NVIDIA-Merlin/core.git
12+
python -m pip install --user --upgrade --no-cache-dir merlin-core
1313
python setup.py develop --user --no-deps
1414

1515
# following checks requirement requirements-dev.txt to be installed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ pyarrow>=1.0
77
tensorflow-metadata>=1.2.0
88
protobuf>=3.0.0
99
packaging
10-
merlin-core@git+https://github.com/NVIDIA-Merlin/core.git
11-
10+
merlin-core==0.1.1

0 commit comments

Comments
 (0)