Skip to content

Commit 2e849db

Browse files
author
droodev
committed
Updating dependencies.
1 parent cf93285 commit 2e849db

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

devtools/update_ver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
MAPELDIR=..
99

1010
find "$MAPELDIR" -name 'pyproject.toml' |\
11-
xargs -I % sed -i '' -e 's\^version[[:blank:]]*=.*$\version = "'$1'"\g' %
11+
xargs -I % sed -i -e 's\^version[[:blank:]]*=.*$\version = "'$1'"\g' %
1212

1313
echo "Version updated to "$1
1414

mapel-all/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mapel"
7-
version = "2.1.13"
7+
version = "3.0.0rc1"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mapel-core"
7-
version = "2.1.13"
7+
version = "3.0.0rc1"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-core/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
numpy~=1.24.4
2-
matplotlib~=3.7.2
1+
numpy~=1.26.0
2+
matplotlib~=3.9.2
33
pillow~=10.0.0
4-
scipy~=1.10.1
5-
networkx~=3.1
6-
scikit-learn~=1.3.0
4+
scipy~=1.14.1
5+
networkx~=3.3
6+
scikit-learn~=1.5.2
77
tikzplotlib~=0.10.1
88
tqdm~=4.66.0
9-
gurobipy~=10.0.2
9+
gurobipy~=11.0.3
1010
prefsampling==0.1.15

mapel-elections/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mapel-elections"
7-
version = "2.1.13"
7+
version = "3.0.0rc1"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-marriages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mapel-marriages"
7-
version = "2.1.13"
7+
version = "3.0.0rc1"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-roommates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mapel-roommates"
7-
version = "2.1.13"
7+
version = "3.0.0rc1"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

0 commit comments

Comments
 (0)