Skip to content

Commit

Permalink
move requirements to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jul 24, 2023
1 parent 44dcbc1 commit 4ca7af5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ requires-python = ">=3.8"

urls.homepage = "https://github.com/strawlab/pymvg"

dependencies = [
"PyYAML >= 5.1",
"numpy",
"matplotlib",
"multicamselfcal >= 0.2.1",
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit 4ca7af5

Please sign in to comment.