We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc85bc0 commit e667c43Copy full SHA for e667c43
1 file changed
setup.py
@@ -22,17 +22,13 @@
22
"mock",
23
"requests-mock>=1.8.0",
24
"httpretty>=1.1.4",
25
- # TODO #578 Conditional netCDF4 constraint: no more py3.7 wheels since 1.6.5 (#489)
26
- "netCDF4<1.6.5 ; python_version <= '3.7'",
27
- "netCDF4 ; python_version > '3.7'",
28
- "matplotlib",
+ "netCDF4>=1.7.0",
+ "matplotlib", # TODO: eliminate matplotlib as test dependency
29
"geopandas",
30
"flake8>=5.0.0",
31
"time_machine",
32
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency
33
- "dirty_equals>=0.6.0",
34
- # TODO #578 On Python 3.7: avoid dirty_equals 0.7.1 which wrongly claims to be Python 3.7 compatible
35
- "dirty_equals<0.7.1 ; python_version <= '3.7'",
+ "dirty_equals>=0.8.0",
36
"pyarrow>=10.0.1", # For Parquet read/write support in pandas
37
]
38
0 commit comments