Skip to content

Commit 6dd656f

Browse files
committed
Bump numpy version to 2.5
1 parent 5aeb034 commit 6dd656f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "metafold"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
authors = [
99
{name = "Metafold 3D", email = "[email protected]"},
1010
]
1111
dependencies = [
1212
"attrs~=23.2",
1313
"auth0-python~=4.7",
14-
"numpy~=1.23",
14+
"numpy~=2.5",
1515
"requests~=2.31",
1616
"scipy~=1.11",
1717
]

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
attrs~=23.2
22
auth0-python~=4.7
3-
numpy~=1.23
3+
numpy~=2.5
44
requests~=2.31
55
scipy~=1.11
66

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs~=23.2
22
auth0-python~=4.7
3-
numpy~=1.23
3+
numpy~=2.5
44
requests~=2.31
55
scipy~=1.11

0 commit comments

Comments
 (0)