diff --git a/package.json b/package.json index f61345412..997473e11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdp_core", "description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.", - "version": "20.1.1-SNAPSHOT", + "version": "20.1.1", "author": { "name": "datavisyn GmbH", "email": "contact@datavisyn.io", @@ -84,8 +84,8 @@ "select2": "~4.0.13", "select2-bootstrap-theme": "0.1.0-beta.9", "use-deep-compare-effect": "^1.8.0", - "visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#develop", - "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#develop" + "visyn_core": "^3.1.0", + "visyn_scripts": "^4.1.0" }, "devDependencies": { "@babel/core": "^7.17.7", diff --git a/requirements.txt b/requirements.txt index 7d1821561..17e16c8e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ flask-swagger-ui==3.36.0 Pillow==9.3.0 pymongo~=3.11.1 python-memcached==1.59 -visyn_core@git+https://github.com/datavisyn/visyn_core.git@develop#egg=visyn_core +visyn_core>=3.1.0,<4.0.0 yamlreader==3.0.4