Skip to content

Commit eccdfaa

Browse files
committed
fixing pandas dependency
1 parent 4c53678 commit eccdfaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "nervaluate"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
authors = [
99
{ name="David S. Batista"},
1010
{ name="Matthew Upson"}
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121

2222
dependencies = [
23-
"pandas==2.2.3"
23+
"pandas>=2.3.0"
2424
]
2525

2626
[project.optional-dependencies]

0 commit comments

Comments
 (0)