Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 12, 2022
1 parent a21e1f0 commit a4c70ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.cfg → .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this file exists to support an editable PEP517 install and for `flake8` (https://github.com/PyCQA/flake8/issues/234)
# flake8 does not support pyproject.toml (https://github.com/PyCQA/flake8/issues/234)

[flake8]
select = F, W, E101, E111, E112, E113, E401, E402, E501, E711, E722
Expand Down
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ classifiers = [
dependencies = [
'jsonschema >=3.0.2',
# The tests require code that is in asdf master
# but not yet released. The package itself
# is compatible with asdf 2.7.
'asdf >=2.7.1',
# but not yet released.
'asdf >=2.14.1',
'psutil >=5.7.2',
'numpy >=1.16',
'astropy >=5.0.4',
Expand All @@ -25,7 +24,6 @@ dynamic = ['version']

[project.optional-dependencies]
test = [
'asdf >=2.8.0',
'psutil',
'pytest >=4.6.0',
'pytest-doctestplus',
Expand All @@ -47,8 +45,8 @@ aws = [

[build-system]
requires = [
"setuptools>=42",
"setuptools_scm[toml]>=3.4",
"setuptools >=61",
"setuptools_scm[toml] >=3.4",
"wheel"
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit a4c70ce

Please sign in to comment.