Created
October 27, 2022 18:57
-
-
Save EwoutH/1214509b645b48815871912a771523ab to your computer and use it in GitHub Desktop.
Pyproject.toml git install dependent on Python version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[project] | |
dependencies = [ | |
"numpy", | |
"pandas", | |
"statsmodels; python_version < '3.11'", | |
"statsmodels @ git+https://github.com/statsmodels/statsmodels.git; python_version >= '3.11'", | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment