feat: replication update
This commit is contained in:
@ -4,7 +4,6 @@ test:
|
|||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- apt-get update && apt-get install -y python3.7-dev
|
|
||||||
# install blender to get all required dependencies
|
# install blender to get all required dependencies
|
||||||
# TODO: indtall only dependencies
|
# TODO: indtall only dependencies
|
||||||
- apt install -f -y blender
|
- apt install -f -y blender
|
||||||
|
@ -45,7 +45,7 @@ from . import environment, utils
|
|||||||
|
|
||||||
# TODO: remove dependency as soon as replication will be installed as a module
|
# TODO: remove dependency as soon as replication will be installed as a module
|
||||||
DEPENDENCIES = {
|
DEPENDENCIES = {
|
||||||
("replication", '0.0.13'),
|
("replication", '0.0.14'),
|
||||||
("deepdiff", '5.0.1'),
|
("deepdiff", '5.0.1'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user