We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b03f6 commit ee914aeCopy full SHA for ee914ae
pyproject.toml
@@ -10,7 +10,6 @@ classifiers = [
10
"Topic :: Scientific/Engineering :: Image Recognition",
11
"Topic :: Scientific/Engineering :: Bio-Informatics",
12
"License :: OSI Approved :: Apache Software License",
13
- "Programming Language :: Python :: 3.8",
14
"Programming Language :: Python :: 3.9",
15
"Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
@@ -19,7 +18,6 @@ classifiers = [
19
18
dependencies = [
20
"acres",
21
"dipy >= 1.10.0",
22
- 'importlib_resources; python_version < "3.9"', # jinja2 imports deprecated function removed in 2.1
23
"markupsafe ~= 2.0.1",
24
"matplotlib",
25
"migas >= 0.4.0",
0 commit comments