We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setup.py
sciki-build
pyproject.toml
libecole
xtensor-python
Manifest.in
tests_require=["pytest", "pyscipopt"]
Dockerfile.src
--no-build-isolation
PYTHONPATH
SCIP_DIR
tox
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps for PyPI:
setup.py
sciki-build
to drive compilation with CMakeExtract compile flags from setuptools (or scikit-build?)pyproject.toml
and PEP518 to resolve build time dependenciesConan (will resolvelibecole
dependencies) or CMake FetchContentScip (unknown so far)xtensor-python
(no plan so far availability on pypi xtensor-stack/xtensor-python#219)AddManifest.in
Use setuptoolstests_require=["pytest", "pyscipopt"]
for pytestDockerfile.src
--no-build-isolation
)PYTHONPATH
)SCIP_DIR
using pipAdditionally
tox
for automated testingThe text was updated successfully, but these errors were encountered: