Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 24, 2025
1 parent 9ee1595 commit 0adea9c
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Specify the python versions to test
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
132 changes: 77 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,23 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

[tool.poetry.dependencies]
python = ">=3.10, <4.0"
python = ">=3.9, <4.0"
astropy = ">=5.1,<7.0"
coveralls = ">=3.3.1,<5.0.0"
healpy = "^1.16.1"
jupyter = "^1.0.0"
matplotlib = "^3.5.2"
numexpr = "^2.8.3"
numpy = "^1.23.1"
scipy = "^1.14.1"
scipy = "^1.13.1"
urllib3 = "2.3.0"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 0adea9c

Please sign in to comment.