Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Pin only core dependencies and leave Python 3.8
  • Loading branch information
HealthyPear authored Jun 27, 2024
1 parent f9a3e45 commit bb7de0f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ authors = [
description = "Background model construction tool for Imaging Atmospheric Cherenkov telescopes"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU GPLv3",
"Operating System :: OS Independent",
]
dependencies = [
"astropy==5.0.2",
"matplotlib==3.5.1",
"numpy==1.21.5",
"pandas==1.3.5",
"progressbar2==4.0.0",
"regions==0.5",
"scipy==1.8.0",
"uproot==4.2.3",
"PyYAML==5.3.1"
"astropy >=5.3,<7.0.0a0",
"matplotlib",
"numpy>=1.21.5,<2.0",
"pandas",
"progressbar2",
"regions",
"scipy",
"uproot",
"PyYAML"
]

[project.optional-dependencies]
Expand Down

0 comments on commit bb7de0f

Please sign in to comment.