Skip to content

Commit cde6dc9

Browse files
committed
build: clean up requirements
1 parent 60ad073 commit cde6dc9

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
setuptools>=60.0.0
2-
setuptools-scm[toml]>=4
3-
numpy>=1.20.3
4-
scipy>=1.7.1
1+
colorcet>=2.0.0
2+
hypothesis>=6.0.0
53
matplotlib>=3.0.0
4+
numpy>=1.20.3
65
pytest>=6.2.5
7-
hypothesis>=6.0.0
8-
colorcet>=2.0.0
6+
scipy>=1.7.1
7+
setuptools-scm[toml]>=4
8+
setuptools>=60.0.0

setup.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project_urls =
2929
packages = find:
3030
install_requires =
3131
setuptools>=60.0.0
32-
setuptools-scm[toml]>=4,<6
32+
setuptools-scm[toml]>=4
3333
numpy>=1.20.3
3434
scipy>=1.7.1
3535
matplotlib>=3.0.0
@@ -45,8 +45,6 @@ zip_safe = False
4545
build =
4646
wheel>=0.37.0
4747
test =
48-
hypothesis>=6.0.0
49-
pytest>=6.2.0
5048
pytest-cov
5149
renderer =
5250
PyOpenGL>=3.0.0

0 commit comments

Comments
 (0)