Skip to content

Commit

Permalink
dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
splendidbug committed Aug 11, 2024
1 parent 6dc7aa3 commit 0782e01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
matrix:
version:
- "1.10"
- "nightly"
os:
- ubuntu-latest
arch:
Expand Down
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192"
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"

[compat]
AbstractTrees = "0.4.5"
Expand All @@ -26,6 +28,8 @@ PromptingTools = "0.36.0"
URIParser = "0.4.1"
URIs = "1.5.1"
Tar = "1.10.0"
LinearAlgebra = "<0.0.1, 1"
SparseArrays = "<0.0.1, 1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
3 changes: 0 additions & 3 deletions src/DocsScraper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module DocsScraper
using HTTP, Gumbo, AbstractTrees, URIs
using Gumbo: HTMLDocument, HTMLElement
using EzXML
using Pkg
Pkg.develop(PackageSpec(path="C:\\Users\\shrey\\Desktop\\stuff\\assignments\\grad\\projects\\Julia\\PromptingTools.jl"))
using PromptingTools
const PT = PromptingTools
const RT = PromptingTools.Experimental.RAGTools
Expand All @@ -27,5 +25,4 @@ include("user_preferences.jl")
include("utils.jl")
export remove_urls_from_index


end

0 comments on commit 0782e01

Please sign in to comment.