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 c9edf96 commit d34662b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: pip install -r requirements.txt
- name: Install Python package
run: pip install . -v
- name: Install pytest testing framework
Expand Down
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 d34662b

Please sign in to comment.