-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAINT: update pysat standards, testing for SPEC-0, operational env #59
Changes from 10 commits
6101ee1
91f1bed
e79ca37
6895781
9e56005
5e742e7
8dc360d
3ba74cc
b326bcd
15074e4
563188b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,12 @@ Prerequisites | |
|
||
pysatCDAAC uses common Python modules, as well as modules developed by | ||
and for the Space Physics community. This module officially supports | ||
Python 3.6+ and pysat 3.0.4+. | ||
Python 3.9+ and pysat 3.1.0+. | ||
|
||
================== ==================== | ||
Common modules Community modules | ||
================== ==================== | ||
netCDF4 pysat>=3.0.4,<3.2.0 | ||
netCDF4 pysat>=3.1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Potential update here, too. |
||
numpy | ||
pandas | ||
requests | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "pysatCDAAC" | |
version = "0.0.4" | ||
description = "pysat support for CDAAC Instruments" | ||
readme = "README.md" | ||
requires-python = ">=3.6" | ||
requires-python = ">=3.9" | ||
license = {file = "LICENSE"} | ||
authors = [ | ||
{name = "Jeff Klenzing, et al.", email = "[email protected]"}, | ||
|
@@ -21,10 +21,10 @@ classifiers = [ | |
"License :: OSI Approved :: BSD License", | ||
"Natural Language :: English", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Operating System :: POSIX :: Linux", | ||
"Operating System :: MacOS :: MacOS X", | ||
"Operating System :: Microsoft :: Windows" | ||
|
@@ -39,7 +39,7 @@ dependencies = [ | |
"netCDF4", | ||
"numpy", | ||
"pandas", | ||
"pysat >= 3.0.4, <3.2.0", | ||
"pysat >= 3.1.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also here, if desired. |
||
"requests", | ||
"xarray" | ||
] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
netCDF4 | ||
numpy | ||
pandas | ||
pysat>=3.0.3, <3.2.0 | ||
pysat>=3.1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And here, if needed. |
||
requests |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
[metadata] | ||
name = pysatCDAAC | ||
version = 0.0.4 | ||
|
||
[flake8] | ||
max-line-length = 80 | ||
ignore = | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?