IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ed56ef34 authored by Alan Coleman's avatar Alan Coleman
Browse files

Fix extra star

parent 73303610
No related branches found
No related tags found
1 merge request!526Fix extra star
Pipeline #11010 passed
......@@ -31,7 +31,7 @@ setup(
],
keywords=["cosmic ray", "physics", "air shower", "simulation"],
packages=find_packages(),
python_requires=">=3.6*, <4",
python_requires=">=3.6, <4",
install_requires=["numpy", "pyyaml", "pyarrow", "boost_histogram", "xarray"],
extras_require={
"test": [
......
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