We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a01dd commit 7263ea0Copy full SHA for 7263ea0
setup.py
@@ -47,7 +47,7 @@
47
'xarray>=0.12.3',
48
'pandas>0.20.0',
49
'deprecated>=1.2.12',
50
- 'oschmod>=0.3.12',
+ 'oschmod>=0.3.12; sys_platform == "win32"',
51
],
52
extras_require={
53
"dev": tests_require + [
@@ -56,6 +56,9 @@
56
"sphinx-autodoc-typehints",
57
"flake8",
58
"myst-parser",
59
+ ],
60
+ "oschmod": [ # install oschmod even when platform is not Windows, e.g. for testing in CI.
61
+ "oschmod>=0.3.12"
62
]
63
},
64
entry_points={
0 commit comments