Skip to content

Commit

Permalink
Fix packaging issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 25, 2023
1 parent 05a35df commit 7fa7057
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ classifiers = [
dynamic = ["version"]

dependencies = [
"cython",
"dcor",
"fdasrsf>=2.2.0",
"findiff",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ matplotlib
numpy
scipy
setuptools
Cython
scikit-learn
multimethod>=1.2
findiff
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@
setup(
name="scikit-fda",
version=version,
include_package_data=True,
packages=find_packages(),
packages=["skfda"],
)

0 comments on commit 7fa7057

Please sign in to comment.