Skip to content

Commit

Permalink
Merge pull request #81 from luigibonati/fix_install
Browse files Browse the repository at this point in the history
fix dependencies in pyproject
  • Loading branch information
luigibonati authored Jun 1, 2023
2 parents 837bea3 + 7f4ead6 commit bf93482
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 @@ -29,11 +29,11 @@ requires-python = ">=3.8"
# Declare any run-time dependencies that should be installed with the package.
dependencies = [
"lightning",
"pytorch",
"torch",
"numpy",
"pandas",
"matplotlib",
"kdepy"
"KDEpy"
]

[project.urls]
Expand Down

0 comments on commit bf93482

Please sign in to comment.