Skip to content
Snippets Groups Projects
Commit 23ed4a01 authored by Bastien Batardière's avatar Bastien Batardière
Browse files

change pyproject since bug in the ci

parent 2c916eb2
No related branches found
No related tags found
No related merge requests found
Pipeline #98274 passed
...@@ -34,14 +34,14 @@ classifiers = [ ...@@ -34,14 +34,14 @@ classifiers = [
# 3 - Alpha # 3 - Alpha
# 4 - Beta # 4 - Beta
# 5 - Production/Stable # 5 - Production/Stable
"Development Status :: 4 - Alpha", "Development Status :: 4 - Beta",
# Indicate who your project is intended for # Indicate who your project is intended for
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
# Pick your license as you wish (should match "license" above) # Pick your license as you wish (should match "license" above)
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
# Specify the Python versions you support here. In particular, ensure # Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both. # that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python",
] ]
dependencies = [ dependencies = [
"matplotlib", "matplotlib",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment