Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Prepare Archiving #214

Merged
3 commits merged into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
phovea_clue
DEPRECATED: phovea_clue
=====================
[![Phovea][phovea-image-client]][phovea-url] [![Phovea][phovea-image-server]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url]

Expand All @@ -10,6 +10,9 @@ Further resources:
* [Project Homepage](http://clue.caleydo.org/)
* Examples using CLUE: [StratomeX](http://vistories.org/v/stratomex) and [Gapminder](http://vistories.org/v/gapminder)

### DEPRECATION Information
Please note that this project has been archived and is no longer being maintained. There is an active development under https://github.com/datavisyn/tdp_core and we will also contribute our future changes to it.

Installation
------------

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phovea_clue",
"description": "The foundation for Vistories: CLUE playground for provenance storage and visualization",
"version": "8.0.0",
"description": "DEPRECATED: The foundation for Vistories: CLUE playground for provenance storage and visualization",
"version": "9.0.0",
"author": {
"name": "The Caleydo Team",
"email": "contact@caleydo.org",
Expand Down Expand Up @@ -76,9 +76,9 @@
"dependencies": {
"d3": "~3.5.17",
"marked": "~3.0.2",
"phovea_core": "^7.0.0",
"phovea_security_flask": "^8.0.0",
"phovea_ui": "^7.0.0"
"phovea_core": "^8.0.0",
"phovea_security_flask": "^9.0.0",
"phovea_ui": "^8.0.0"
},
"devDependencies": {
"@types/d3": "~3.5.36",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-memcached==1.59
phovea_server>=7.2.0,<8.0.0
phovea_security_flask>=8.0.0,<9.0.0
phovea_security_flask>=9.0.0,<10.0.0