From 52998a90e7f8373d879537e8242309a93c227a39 Mon Sep 17 00:00:00 2001 From: Shreyas Agrawal <48771895+splendidbug@users.noreply.github.com> Date: Sun, 11 Aug 2024 03:30:37 -0700 Subject: [PATCH] dependency changes --- .github/workflows/CI.yml | 62 ++++++++++++++++++++-------------------- Project.toml | 15 ++++++---- 2 files changed, 41 insertions(+), 36 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b6af25..1c00a7a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,34 +43,34 @@ jobs: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false - docs: - name: Documentation - runs-on: ubuntu-latest - permissions: - actions: write # needed to allow julia-actions/cache to proactively delete old caches that it has created - contents: write - statuses: write - steps: - - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v2 - with: - version: "1" - - uses: julia-actions/cache@v2 - - name: Configure doc environment - shell: julia --project=docs --color=yes {0} - run: | - using Pkg - Pkg.develop(PackageSpec(path=pwd())) - Pkg.instantiate() - - uses: julia-actions/julia-buildpkg@v1 - - uses: julia-actions/julia-docdeploy@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} - - name: Run doctests - shell: julia --project=docs --color=yes {0} - run: | - using Documenter: DocMeta, doctest - using DocsScraper - DocMeta.setdocmeta!(DocsScraper, :DocTestSetup, :(using DocsScraper); recursive=true) - doctest(DocsScraper) + # docs: + # name: Documentation + # runs-on: ubuntu-latest + # permissions: + # actions: write # needed to allow julia-actions/cache to proactively delete old caches that it has created + # contents: write + # statuses: write + # steps: + # - uses: actions/checkout@v4 + # - uses: julia-actions/setup-julia@v2 + # with: + # version: "1" + # - uses: julia-actions/cache@v2 + # - name: Configure doc environment + # shell: julia --project=docs --color=yes {0} + # run: | + # using Pkg + # Pkg.develop(PackageSpec(path=pwd())) + # Pkg.instantiate() + # - uses: julia-actions/julia-buildpkg@v1 + # - uses: julia-actions/julia-docdeploy@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} + # - name: Run doctests + # shell: julia --project=docs --color=yes {0} + # run: | + # using Documenter: DocMeta, doctest + # using DocsScraper + # DocMeta.setdocmeta!(DocsScraper, :DocTestSetup, :(using DocsScraper); recursive=true) + # doctest(DocsScraper) diff --git a/Project.toml b/Project.toml index bc05f3f..16502d1 100644 --- a/Project.toml +++ b/Project.toml @@ -10,12 +10,15 @@ Gumbo = "708ec375-b3d6-5a57-a7ce-8257bf98657a" HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" Inflate = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192" +SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" +Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" URIParser = "30578b45-9adc-5946-b283-645ec420af67" URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] AbstractTrees = "0.4.5" @@ -24,12 +27,14 @@ Gumbo = "0.8.2" HDF5 = "0.17.2" HTTP = "1.10.4" Inflate = "0.1.5" +LinearAlgebra = "<0.0.1, 1" PromptingTools = "0.36.0" +SparseArrays = "<0.0.1, 1" +Tar = "1.10.0" URIParser = "0.4.1" URIs = "1.5.1" -Tar = "1.10.0" -LinearAlgebra = "<0.0.1, 1" -SparseArrays = "<0.0.1, 1" +SHA = "0.7.0" + [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"