diff --git a/.github/workflows/release-tsl.yml b/.github/workflows/release-tsl.yml index eee98ba..0438395 100644 --- a/.github/workflows/release-tsl.yml +++ b/.github/workflows/release-tsl.yml @@ -33,7 +33,6 @@ jobs: requirement-file: "requirements.txt" docker-tag: "${{ vars.GENERATOR_TAG }}" install-qemu: false - use-buildx: false context: ".github/actions/tsl-generator-all-in-one" ref: ${{ github.ref}} secrets: diff --git a/.github/workflows/setup-environment.yml b/.github/workflows/setup-environment.yml index 777cb8f..eb43ce9 100644 --- a/.github/workflows/setup-environment.yml +++ b/.github/workflows/setup-environment.yml @@ -28,11 +28,6 @@ on: required: false type: boolean default: true - use-buildx: - description: 'Use buildx for building the image.' - required: false - type: boolean - default: true secrets: DOCKERHUB_USER: description: 'Dockerhub username.' @@ -54,7 +49,6 @@ jobs: if: ${{ inputs.install-qemu }} uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - if: ${{ inputs.use-buildx }} uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub uses: docker/login-action@v3 diff --git a/requirements.txt b/requirements.txt index 96f91d4..4306690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,31 +1,38 @@ -Babel>=2.7 -codecov>=2.1 -lxml>=4.6 -MarkupSafe>=2.0 -matplotlib>=3.4 -mypy>=0.991 -nb2plots>=0.6 -numpy>=1.20 -numpydoc>=1.5 -pandas>=1.3 -pillow>=9.2 -pre-commit>=2.20 -#pydata-sphinx-theme>=0.11 -pydot>=1.4.2 -pygraphviz>=1.10 -pytest>=7.2 -pytest-cov>=4.0 -scipy>=1.8 -sphinx==5.2.3 -sphinx-gallery>=0.11 -sympy>=1.10 -texext>=0.6.7 -Jinja2==3.1.2 -networkx==3.0 -wget==3.2 -PyYaml==6.0 -py-cpuinfo==9.0.0 -networkx==3.0 -#breathe==4.35.0 -#exhale==0.3.5 -neato==1.0.0 \ No newline at end of file +jaal>=0.1.5 +Jinja2>=3.1.2 +networkx>=3.0 +pandas>=1.5.3 +PyYAML>=6.0.1 +tools>=0.1.9 +wget>=3.2 +# Babel>=2.7 +# codecov>=2.1 +# lxml>=4.6 +# MarkupSafe>=2.0 +# matplotlib>=3.4 +# mypy>=0.991 +# nb2plots>=0.6 +# numpy>=1.20 +# numpydoc>=1.5 +# pandas>=1.3 +# pillow>=9.2 +# pre-commit>=2.20 +# #pydata-sphinx-theme>=0.11 +# pydot>=1.4.2 +# pygraphviz>=1.10 +# pytest>=7.2 +# pytest-cov>=4.0 +# scipy>=1.8 +# sphinx==5.2.3 +# sphinx-gallery>=0.11 +# sympy>=1.10 +# texext>=0.6.7 +# Jinja2==3.1.2 +# networkx==3.0 +# wget==3.2 +# PyYaml==6.0 +# py-cpuinfo==9.0.0 +# networkx==3.0 +# #breathe==4.35.0 +# #exhale==0.3.5 +# neato==1.0.0 \ No newline at end of file