Skip to content

Commit

Permalink
fix issues with migration from setuptools to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pswpswpsw committed Oct 30, 2023
1 parent a3c6f98 commit 25c7a17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
dynamic = ["dependencies"]
name = "pykoopman"
version = "1.0.5"
authors = [
Expand All @@ -30,4 +31,5 @@ classifiers = [
"Homepage" = "https://github.com/dynamicslab/pykoopman"
"Bug Tracker" = "https://github.com/dynamicslab/pykoopman/issues"

[tool.setuptools_scm]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-e .
-r requirements.txt
-r requirements-torch.txt --extra-index-url https://download.pytorch.org/whl/cu118/
pytest
pytest-cov
pytest-lazy-fixture
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements-torch.txt --extra-index-url https://download.pytorch.org/whl/cu118/
matplotlib == 3.5.0
derivative
scikit-learn < 1.2
Expand Down

0 comments on commit 25c7a17

Please sign in to comment.