Skip to content

Commit

Permalink
MAINT: set minimum pysat version
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Nov 7, 2024
1 parent 15074e4 commit 563188b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pandas_ver: "1.5.0"
scipy_ver: "1.10.0"
xarray_ver: "2022.9.0"
pysat_ver: "3.1.0"
pysat_ver: "3.2.1"
os: ubuntu-latest
test_config: "SPEC0"
# Operational compliance settings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Python 3.7+.

| Common modules | Community modules |
| -------------- | ------------------- |
| netCDF4 | pysat>=3.1.0 |
| netCDF4 | pysat>=3.2.1 |
| numpy | |
| pandas | |
| requests | |
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Python 3.9+ and pysat 3.1.0+.
================== ====================
Common modules Community modules
================== ====================
netCDF4 pysat>=3.1.0
netCDF4 pysat>=3.2.1
numpy
pandas
requests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"netCDF4",
"numpy",
"pandas",
"pysat >= 3.1.0",
"pysat >= 3.2.1",
"requests",
"xarray"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
netCDF4
numpy
pandas
pysat>=3.1.0
pysat>=3.2.1
requests

0 comments on commit 563188b

Please sign in to comment.