Skip to content

Commit a242774

Browse files
committed
Add use_scm_version=True to setup.cfg
Pin mypy to github version until fix for python 3.10.7 is released. python/mypy#13500
1 parent 259f607 commit a242774

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.conda/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ requirements:
4343
- scipy!=1.0.0
4444
- cython
4545
- numpy
46+
- setuptools_scm
4647

4748
run:
4849
- python

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ install_requires =
7575
python_requires = >=3.5
7676
include_package_data = True
7777
zip_safe = False
78+
use_scm_version=True
7879

7980
[options.packages.find]
8081
where = .

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def finalize_options(self):
145145
"inflect",
146146
"ipython",
147147
"jupyter",
148-
"mypy",
148+
"git+https://github.com/python/mypy.git",
149149
"nibabel",
150150
"nilearn",
151151
"nodejs",

0 commit comments

Comments
 (0)