|
45 | 45 | # For a discussion on single-sourcing the version across setup.py and the |
46 | 46 | # project code, see |
47 | 47 | # https://packaging.python.org/en/latest/single_source_version.html |
48 | | - version='2022.2.1', # Required |
| 48 | + version='2022.2.10', # Required |
49 | 49 |
|
50 | 50 | # This is a one-line description or tagline of what your project does. This |
51 | 51 | # corresponds to the "Summary" metadata field: |
|
109 | 109 | # that you indicate whether you support Python 2, Python 3 or both. |
110 | 110 | # These classifiers are *not* checked by 'pip install'. See instead |
111 | 111 | # 'python_requires' below. |
112 | | - 'Programming Language :: Python :: 3.6', |
113 | | - 'Programming Language :: Python :: 3.7', |
| 112 | + 'Programming Language :: Python :: 3.8', |
| 113 | + 'Programming Language :: Python :: 3.9', |
114 | 114 | ], |
115 | 115 |
|
116 | 116 | # This field adds keywords for your project which will appear on the |
|
135 | 135 | # and refuse to install the project if the version does not match. If you |
136 | 136 | # do not support Python 2, you can simplify this to '>=3.5' or similar, see |
137 | 137 | # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires |
138 | | - python_requires='>=3.6, <4', |
| 138 | + python_requires='>=3.8, <4', |
139 | 139 |
|
140 | 140 | # This field lists other packages that your project depends on to run. |
141 | 141 | # Any package you put here will be installed by pip when your project is |
142 | 142 | # installed, so they must be valid existing projects. |
143 | 143 | # |
144 | 144 | # For an analysis of "install_requires" vs pip's requirements files see: |
145 | 145 | # https://packaging.python.org/en/latest/requirements.html |
146 | | - install_requires=['pydicom>=1.2.2', |
| 146 | + install_requires=['pydicom>=2.2', |
147 | 147 | 'pybids>=0.13', |
148 | | - 'numpy'], |
| 148 | + 'numpy>=1.21'], |
149 | 149 |
|
150 | 150 | # List additional groups of dependencies here (e.g. development |
151 | 151 | # dependencies). Users will be able to install these using the "extras" |
|
0 commit comments