Rafał Nowak
06/14/2023, 4:49 PMgto
which depends on semver >= 3
Unfortunately I cannot install kedro-viz
since kedro-viz 6.3.0
depends on semver < 3
Is there any reason why kedro-viz
is limited to semver < 3
?
The current semver
is 3.0.1
.
Could anyone from kedro-viz team relax this dependency limitation?Nok Lam Chan
06/15/2023, 10:56 AMsemver <3
?Nok Lam Chan
06/15/2023, 10:57 AMRafał Nowak
06/15/2023, 11:01 AMdvc pull
, which pretty close to git pull
🙂
Everything has nice CLI with `dvc`; see dvc.org
I do not know why the are using semver >= 3Rafał Nowak
06/15/2023, 11:02 AMkedro
does not provide any dataset registry.Juan Luis
06/15/2023, 11:03 AMNok Lam Chan
06/15/2023, 11:03 AMRafał Nowak
06/15/2023, 11:07 AMdataset@v0.3.5
DVC
is able to get the registered artifact dataset
provided any version.
So dvc get dataset@v0.3.5
it cloning the repo in temporary dir -> checkout out the dvc
hash -> downloading the proper file from remote storage -> moving the file to you current directory location 🙂
DVC can work with storage being s3, gcp, goodle drive 🙂 … and many more that I do not use,Rafał Nowak
06/15/2023, 11:08 AMsemver
for example, to create nice version names 😉Rafał Nowak
06/15/2023, 11:09 AMX.Y.Z-alpha.5
Rafał Nowak
06/15/2023, 11:09 AMJuan Luis
06/15/2023, 11:11 AMJuan Luis
06/15/2023, 11:19 AM