Skip to content

Commit

Permalink
Added Pandas to the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 15, 2024
1 parent ec08cdf commit 4ae69f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ dependencies = [
'scipy>=1.10.1',
'matplotlib>=3.7',
'cython>=3.0.0',
'mkdocs>=1.5.3'
'mkdocs>=1.5.3',
'pandas>=2.2'
]

[project.urls]
Expand Down

0 comments on commit 4ae69f7

Please sign in to comment.