Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 810 for Requirements (0.19 sec)

  1. samples/helloworld/src/requirements.txt

        --hash=sha256:ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842
        # via
        #   -r requirements.in
        #   flask-bootstrap
        #   flask-json
    flask-bootstrap==3.3.7.1 \
        --hash=sha256:cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef123ac8
        # via -r requirements.in
    flask-json==0.4.0 \
        --hash=sha256:07945d66024f3b77694ce1db5d1fe83940f2aa3bcad8a608535686be67e4bc48 \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 24 19:35:04 UTC 2024
    - 35K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/requirements.txt

        --hash=sha256:822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d
        # via
        #   -r requirements.in
        #   flask-bootstrap
        #   flask-json
    flask-bootstrap==3.3.7.1 \
        --hash=sha256:cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef123ac8
        # via -r requirements.in
    flask-json==0.4.0 \
        --hash=sha256:07945d66024f3b77694ce1db5d1fe83940f2aa3bcad8a608535686be67e4bc48 \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 45.5K bytes
    - Viewed (0)
  3. ci/official/containers/linux_arm64/jax.requirements.txt

    # JAX requirements, passed into container by defining the ARG 
    # REQUIREMENTS_FILE=jax.requirements.txt
    
    
    setuptools
    wheel
    cloudpickle
    colorama>=0.4.4
    matplotlib
    pillow>=9.1.0
    rich
    absl-py
    portpicker
    six
    opt-einsum
    auditwheel
    typing_extensions
    importlib_metadata>=4.6
    numpy==1.26.0;python_version=="3.12"
    numpy==1.23.4;python_version=="3.11"
    numpy==1.22.4;python_version<"3.11"
    scipy==1.11.2;python_version=="3.12"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 30 20:02:17 UTC 2024
    - 570 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/fields/requirements.go

    */
    
    package fields
    
    import "k8s.io/apimachinery/pkg/selection"
    
    // Requirements is AND of all requirements.
    type Requirements []Requirement
    
    // Requirement contains a field, a value, and an operator that relates the field and value.
    // This is currently for reading internal selection information of field selector.
    type Requirement struct {
    	Operator selection.Operator
    	Field    string
    	Value    string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 19 14:50:16 UTC 2017
    - 974 bytes
    - Viewed (0)
  5. requirements.txt

    -e .[all]
    -r requirements-tests.txt
    -r requirements-docs.txt
    pre-commit >=2.17.0,<4.0.0
    # For generating screenshots
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 23:48:42 UTC 2024
    - 128 bytes
    - Viewed (0)
  6. src/internal/trace/event/requirements.go

    type SchedReqs struct {
    	Thread    Constraint
    	Proc      Constraint
    	Goroutine Constraint
    }
    
    // Constraint represents a various presence requirements.
    type Constraint uint8
    
    const (
    	MustNotHave Constraint = iota
    	MayHave
    	MustHave
    )
    
    // UserGoReqs is a common requirement among events that are running
    // or are close to running user code.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 685 bytes
    - Viewed (0)
  7. samples/helloworld/src/requirements.in

    Brian Sonnenberg <******@****.***> 1716579304 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 24 19:35:04 UTC 2024
    - 79 bytes
    - Viewed (0)
  8. ci/official/requirements_updater/requirements.in

    Raviteja Gorijala <******@****.***> 1718216549 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 834 bytes
    - Viewed (0)
  9. security/tools/jwt/samples/requirements.txt

    Diem Vu <******@****.***> 1532437713 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 24 13:08:33 UTC 2018
    - 8 bytes
    - Viewed (0)
  10. .github/actions/comment-docs-preview-in-pr/requirements.txt

    Sebastián Ramírez <******@****.***> 1704812573 +0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 09 15:02:53 UTC 2024
    - 70 bytes
    - Viewed (0)
Back to top