Skip to content

Commit

Permalink
cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Apr 25, 2023
1 parent 6b093af commit 1650ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pCrunch"
version = "1.0.1"
version = "1.0.2"
description = "IO and Post Processing Interface for OpenFAST Results."
readme = "README.rst"
requires-python = ">=3.9"
Expand Down Expand Up @@ -42,7 +42,7 @@ classifiers = [ # Optional
"Programming Language :: Fortran",
]

dependencies = ["matplotlib", "numpy", "scipy", "pyyaml", "seaborn", "fatpack"]
dependencies = ["fatpack", "numpy", "pandas", "pyyaml", "scipy"]

# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand Down

0 comments on commit 1650ba7

Please sign in to comment.