From 0854eed2b8aae1b9491171a7f6a87adde1782a7c Mon Sep 17 00:00:00 2001 From: Holger Stitz Date: Fri, 28 Jul 2023 10:44:50 +0200 Subject: [PATCH] chore: prepare next dev release --- package.json | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 87de20050..7c653fef9 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.0", + "version": "20.1.1-SNAPSHOT", "author": { "name": "datavisyn GmbH", "email": "contact@datavisyn.io", @@ -85,8 +85,8 @@ "select2": "~4.0.13", "select2-bootstrap-theme": "0.1.0-beta.9", "use-deep-compare-effect": "^1.8.0", - "visyn_core": "^3.1.0", - "visyn_scripts": "^4.1.0" + "visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#develop", + "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#develop" }, "devDependencies": { "@babel/core": "^7.17.7", diff --git a/requirements.txt b/requirements.txt index 17e16c8e8..7d1821561 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>=3.1.0,<4.0.0 +visyn_core@git+https://github.com/datavisyn/visyn_core.git@develop#egg=visyn_core yamlreader==3.0.4