We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259f607 commit a242774Copy full SHA for a242774
.conda/meta.yaml
@@ -43,6 +43,7 @@ requirements:
43
- scipy!=1.0.0
44
- cython
45
- numpy
46
+ - setuptools_scm
47
48
run:
49
- python
setup.cfg
@@ -75,6 +75,7 @@ install_requires =
75
python_requires = >=3.5
76
include_package_data = True
77
zip_safe = False
78
+use_scm_version=True
79
80
[options.packages.find]
81
where = .
setup.py
@@ -145,7 +145,7 @@ def finalize_options(self):
145
"inflect",
146
"ipython",
147
"jupyter",
148
- "mypy",
+ "git+https://github.com/python/mypy.git",
149
"nibabel",
150
"nilearn",
151
"nodejs",
0 commit comments