Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Feb 15, 2024
1 parent 79fe539 commit 402b3c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3.11
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ classifiers = [
dependencies = [
"cdflib>=1.0.4",
"geopack>=1.0.9",
"matplotlib>=3.5.2",
"numba>=0.54.1",
"numpy>=1.20.3,<1.25.0",
"matplotlib>=3.8.0",
"numba>=0.59.0",
"numpy<1.27,>=1.22",
"pandas>=1.3.4",
"pycdfpp>=0.6.0",
"python-dateutil>=2.8.2",
"requests>=2.26.0",
"scipy>=1.7.3",
"tqdm>=4.62.3",
"xarray>=0.20.1",
"xarray>=2023.9.0",
]
requires-python = ">=3.9,<3.12"

Expand Down Expand Up @@ -133,4 +133,4 @@ push = false

[tool.bumpver.file_patterns]
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
"pyrfu/__init__.py" = ["{version}", "Copyright 2020-YYYY"]
"pyrfu/__init__.py" = ["{version}", "Copyright 2020-YYYY"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ matplotlib==3.7.1
# via pyrfu (pyproject.toml)
numba==0.57.0
# via pyrfu (pyproject.toml)
numpy==1.24.3
numpy<=1.27.0
# via
# cdflib
# contourpy
Expand Down

0 comments on commit 402b3c2

Please sign in to comment.