Skip to content

Commit 2b85d13

Browse files
committed
add missing compats; dump support for julia < 1.10
1 parent 6fa6eeb commit 2b85d13

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
version:
2626
- '1.10'
27-
- 'nightly'
27+
- '1'
2828
os:
2929
- ubuntu-latest
3030
arch:

Project.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJTransforms"
22
uuid = "23777cdb-d90c-4eb0-a694-7c2b83d5c1d6"
33
authors = ["Essam <[email protected]> and contributors"]
4-
version = "1.0.0-DEV"
4+
version = "0.1.0"
55

66
[deps]
77
BitBasis = "50ba71b6-fa0f-514d-ae9a-0916efc90dcf"
@@ -20,9 +20,17 @@ TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87"
2020
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2121

2222
[compat]
23+
BitBasis = "0.9"
2324
CategoricalArrays = "0.10"
2425
MLJModelInterface = "1.11"
26+
Combinatorics = "1"
27+
Dates = "1"
28+
Distributions = "0.25"
29+
MLJModelInterface = "1.10"
30+
OrderedCollections = "1"
31+
Parameters = "0.12"
2532
ScientificTypes = "3.0"
33+
Statistics = "1"
2634
StatsBase = "0.34"
2735
TableOperations = "1.2"
2836
Tables = "1.11"

0 commit comments

Comments
 (0)