-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: Add pre-commit check for setup.cfg options.extras_require #49261
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
Changes from 30 commits
542b336
f9592e5
6abda3e
39e86cc
7edca5c
97adc2a
08a3e3f
4036bfe
953e885
8aed966
d079b4f
2d272c9
4f95fb2
a256dcc
52efecb
309dc97
af47477
6f6b97d
637dc10
674dadd
3c4a28e
0366b53
56c7c05
e970faa
943d5db
bace671
9f414d8
e92334d
aee587a
e5ea765
d2608b1
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 |
---|---|---|
|
@@ -60,20 +60,19 @@ test = | |
# see: doc/source/getting_started/install.rst | ||
performance = | ||
bottleneck>=1.3.2 | ||
numba>=0.53.0 | ||
numba>=0.53.1 | ||
numexpr>=2.7.1 | ||
timezone = | ||
tzdata>=2022.1 | ||
computation = | ||
scipy>=1.7.1 | ||
xarray>=0.19.0 | ||
fss = | ||
fsspec>=2021.7.0 | ||
fsspec>=2021.07.0 | ||
aws = | ||
boto3>=1.22.7 | ||
s3fs>=0.4.0 | ||
s3fs>=2021.08.0 | ||
gcp = | ||
gcsfs>=2021.05.0 | ||
gcsfs>=2021.07.0 | ||
pandas-gbq>=0.15.0 | ||
excel = | ||
odfpy>=1.4.1 | ||
|
@@ -105,7 +104,7 @@ html = | |
xml = | ||
lxml>=4.6.3 | ||
plot = | ||
matplotlib>=3.3.2 | ||
matplotlib>=3.6.1 | ||
Comment on lines
-108
to
+107
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. nice - I think older versions of matplotlib were failing the CI checks, so it's good you've caught this 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. No worries. Only caught it because of the script 😄 Thanks for reviewing and chasing up. |
||
output_formatting = | ||
jinja2>=3.0.0 | ||
tabulate>=0.8.9 | ||
|
@@ -123,19 +122,18 @@ compression = | |
all = | ||
beautifulsoup4>=4.9.3 | ||
blosc>=1.21.0 | ||
bottleneck>=1.3.1 | ||
boto3>=1.22.7 | ||
bottleneck>=1.3.2 | ||
brotlipy>=0.7.0 | ||
fastparquet>=0.4.0 | ||
fsspec>=2021.7.0 | ||
gcsfs>=2021.05.0 | ||
fastparquet>=0.6.3 | ||
fsspec>=2021.07.0 | ||
gcsfs>=2021.07.0 | ||
html5lib>=1.1 | ||
hypothesis>=5.5.3 | ||
hypothesis>=6.13.0 | ||
jinja2>=3.0.0 | ||
lxml>=4.6.3 | ||
matplotlib>=3.3.2 | ||
numba>=0.53.0 | ||
numexpr>=2.7.1 | ||
matplotlib>=3.6.1 | ||
numba>=0.53.1 | ||
numexpr>=2.7.3 | ||
odfpy>=1.4.1 | ||
openpyxl>=3.0.7 | ||
pandas-gbq>=0.15.0 | ||
|
@@ -151,7 +149,7 @@ all = | |
pyxlsb>=1.0.8 | ||
qtpy>=2.2.0 | ||
scipy>=1.7.1 | ||
s3fs>=0.4.0 | ||
s3fs>=2021.08.0 | ||
SQLAlchemy>=1.4.16 | ||
tables>=3.6.1 | ||
tabulate>=0.8.9 | ||
|
Uh oh!
There was an error while loading. Please reload this page.