numpy==1.*
numba==0.*
scikit-learn==0.*

[GBDT]
lightgbm==3.*

[GPy]
GPy~=1.9.9
matplotlib==3.*

[all]
neural_tangents==0.*
jaxlib==0.*
lightgbm==3.*
GPy~=1.9.9
matplotlib==3.*

[dev]
versioneer==0.*
black==20.*

[docs]
sphinx==3.*
sphinx-book-theme==0.*
sphinx-autodoc-typehints==1.*
sphinx-copybutton==0.*

[neural_tangents]
neural_tangents==0.*
jaxlib==0.*

[pre-commit]
pre-commit==2.*
pylint==2.*
isort==5.*

[testing]
pytest==6.*
pytest-cov==2.*
