Skip to content

Commit

Permalink
Merge pull request #19 from bkamins/patch-1
Browse files Browse the repository at this point in the history
Allow DataFrames.jl 1.x
  • Loading branch information
davidavdav authored Jun 12, 2021
2 parents 3845793 + 337d5c4 commit 7378ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "ROCAnalysis"
uuid = "f535d66d-59bb-5153-8d2b-ef0a426c6aff"
repo = "https://github.com/davidavdav/ROCAnalysis.jl.git"
version = "0.3.2"
version = "0.3.3"

[compat]
julia = "1"
RecipesBase = "1"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1"
DataFrames = "0.20, 0.21, 0.22"
DataFrames = "0.20, 0.21, 0.22, 1"

[deps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand Down

0 comments on commit 7378ec5

Please sign in to comment.