Skip to content
Open
Show file tree
Hide file tree
Changes from 8 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [Version 2.0.0](https://github.com/dataiku/dss-plugin-graph-analytics/releases/tag/v2.0.0) - Security update - 2026-04
- Remove support for Python 2.X, 3.6
- Update dependencies

## [Version 1.0.5](https://github.com/dataiku/dss-plugin-graph-analytics/releases/tag/v1.0.5) - Feature release - 2025-02
- Add support for more python 3.8, 3.9, 3.10, 3.11

Expand Down
8 changes: 1 addition & 7 deletions code-env/python/spec/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
networkx==2.4; python_version < '3.7'
networkx==3.1; python_version > '3.6'
flask==1.1.2; python_version < '3.7'
flask==3.0.3; python_version > '3.6'
matplotlib==3.2.1; python_version < '3.7'
flask==3.1.3; python_version > '3.6'
matplotlib==3.7.5; python_version > '3.6'
scipy==1.4.1; python_version < '3.7'
scipy==1.10.1; python_version > '3.6'
simplejson==3.17.0; python_version < '3.7'
simplejson==3.19.3; python_version > '3.6'
python-igraph==0.8.2; python_version < '3.7'
python-igraph==0.11.8; python_version > '3.6'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove python_version > 3.6

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 5045a19

2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "graph-analytics",
"version": "1.0.5",
"version": "2.0.0",
"meta": {
"label": "Graph analytics",
"description": "Compute graphs features, find clusters and visualize them",
Expand Down
5 changes: 2 additions & 3 deletions tests/python/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pandas>=1.0,<1.1
pytest==6.2.1
pytest
dataiku-api-client
git+git://github.com/dataiku/dataiku-plugin-tests-utils.git@master#egg=dataiku-plugin-tests-utils
git+https://github.com/dataiku/dataiku-plugin-tests-utils.git@master#egg=dataiku-plugin-tests-utils