Home
last modified time | relevance | path

Searched full:requirements (Results 1 – 10 of 10) sorted by relevance

/libCEED/
H A D.readthedocs.yml28 # Optionally set the version of Python and requirements required to build your docs
31 - requirements: doc/sphinx/requirements.txt
H A Dsetup.py33 def requirements(): function
34 with open('requirements.txt') as f:
116 install_requires=requirements(),
H A DMakefile951 # Vermin - python version requirements
H A DDoxyfile1724 # Note that the different versions of MathJax have different requirements with
/libCEED/doc/
H A DREADME.md10 pip install --user -r doc/sphinx/requirements.txt # only needed once
49 …ed for this project can be found in the [requiremenets file](./sphinx/requirements.txt) and can be…
52 pip install --user -r doc/sphinx/requirements.txt
61 pip install -r doc/sphinx/requirements.txt # install dependencies inside VENV
/libCEED/.github/workflows/
H A Dpython-test-with-style.yml28 pip install -r requirements.txt
29 pip install -r requirements-test.txt
/libCEED/python/
H A Dtest-wheel.sh6 #$PYBIN/pip install --upgrade -r requirements-test.txt
/libCEED/doc/sphinx/source/
H A Dintro.md3 …he order is increased, leading to unaffordable solve times and memory requirements {cite}`brown201…
/libCEED/examples/solids/
H A DREADME.md85 The command line options just shown are the minimum requirements to run the mini-app, but additiona…
/libCEED/rust/libceed-sys/c-src/
H A DMakefile951 # Vermin - python version requirements