We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ad073 commit cde6dc9Copy full SHA for cde6dc9
requirements.txt
@@ -1,8 +1,8 @@
1
-setuptools>=60.0.0
2
-setuptools-scm[toml]>=4
3
-numpy>=1.20.3
4
-scipy>=1.7.1
+colorcet>=2.0.0
+hypothesis>=6.0.0
5
matplotlib>=3.0.0
+numpy>=1.20.3
6
pytest>=6.2.5
7
-hypothesis>=6.0.0
8
-colorcet>=2.0.0
+scipy>=1.7.1
+setuptools-scm[toml]>=4
+setuptools>=60.0.0
setup.cfg
@@ -29,7 +29,7 @@ project_urls =
29
packages = find:
30
install_requires =
31
setuptools>=60.0.0
32
- setuptools-scm[toml]>=4,<6
+ setuptools-scm[toml]>=4
33
numpy>=1.20.3
34
scipy>=1.7.1
35
@@ -45,8 +45,6 @@ zip_safe = False
45
build =
46
wheel>=0.37.0
47
test =
48
- hypothesis>=6.0.0
49
- pytest>=6.2.0
50
pytest-cov
51
renderer =
52
PyOpenGL>=3.0.0
0 commit comments