Skip to content

Commit

Permalink
fix typo in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 21, 2024
1 parent 58d121e commit d50e48d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Expand Up @@ -29,17 +29,17 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
dependencies = [
"scikit-learn",
"statsmodels = ">=0.11.0",
"tensorflow = "==2.14.1",
"astetik",
"chances",
"kerasplotlib",
"numpy",
"pandas",
"requests",
"tqdm",
"wrangle",
"scikit-learn",
"statsmodels >= 0.11.0",
"tensorflow == 2.14.1",
"astetik",
"chances",
"kerasplotlib",
"numpy",
"pandas",
"requests",
"tqdm",
"wrangle",
]

[project.urls]
Expand Down

0 comments on commit d50e48d

Please sign in to comment.