Skip to content

Commit 20a7a69

Browse files
committed
replace ScientificTypesBase dep with ScientificTypes
1 parent 9ab350c commit 20a7a69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
99
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
1010
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12-
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
12+
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
1313
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
1414

1515
[compat]
1616
CategoricalArrays = "0.9, 0.10"
1717
Distributions = "0.25"
1818
Missings = "0.4, 1"
1919
OrderedCollections = "1.1"
20-
ScientificTypesBase = "2, 3"
20+
ScientificTypes = "3.0"
2121
UnicodePlots = "2"
2222
julia = "1.3"
2323

src/CategoricalDistributions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module CategoricalDistributions
22

33
import Distributions
4-
import ScientificTypesBase: Finite, Multiclass, OrderedFactor
4+
import ScientificTypes: Finite, Multiclass, OrderedFactor, scitype, DefaultConvention
55
using OrderedCollections
66
using CategoricalArrays
77
import Missings

0 commit comments

Comments
 (0)