Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymatthews50 committed Jan 4, 2024
1 parent 1cc2349 commit 2e4aa4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ classifiers = [
dependencies = [
'pyvista >= 0.38',
'scipy>= 1.10',
'scikit-learn'>=1.2.1
'pandas'>=1.5
'matplotlib'>=3.7
'joblib'>=1.2
'joblib_progress'>=1.0
'tqdm'>=4.65
'tk'>=0.1
'pillow'>=0.9
'scikit-learn'>=1.2.1,
'pandas'>=1.5,
'matplotlib'>=3.7,
'joblib'>=1.2,
'joblib_progress'>=1.0,
'tqdm'>=4.65,
'tk'>=0.1,
'pillow'>=0.9,
]

[tool.setuptools]
Expand Down

0 comments on commit 2e4aa4e

Please sign in to comment.