Skip to content

Commit

Permalink
build: clean up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed May 23, 2022
1 parent 60ad073 commit cde6dc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
setuptools>=60.0.0
setuptools-scm[toml]>=4
numpy>=1.20.3
scipy>=1.7.1
colorcet>=2.0.0
hypothesis>=6.0.0
matplotlib>=3.0.0
numpy>=1.20.3
pytest>=6.2.5
hypothesis>=6.0.0
colorcet>=2.0.0
scipy>=1.7.1
setuptools-scm[toml]>=4
setuptools>=60.0.0
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project_urls =
packages = find:
install_requires =
setuptools>=60.0.0
setuptools-scm[toml]>=4,<6
setuptools-scm[toml]>=4
numpy>=1.20.3
scipy>=1.7.1
matplotlib>=3.0.0
Expand All @@ -45,8 +45,6 @@ zip_safe = False
build =
wheel>=0.37.0
test =
hypothesis>=6.0.0
pytest>=6.2.0
pytest-cov
renderer =
PyOpenGL>=3.0.0
Expand Down

0 comments on commit cde6dc9

Please sign in to comment.