Skip to content

Commit ab33976

Browse files
committedOct 15, 2019
Add project.toml and change version
1 parent a09dfb8 commit ab33976

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed
 

‎Project.toml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "DatasetsCF"
2+
uuid = "6bac03b7-bcd8-55bf-9a08-86b9b673b6cc"
3+
authors = ["Filipe Braida <filipebraida@gmail.com>"]
4+
version = "0.3.1"
5+
6+
[deps]
7+
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
8+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
9+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
10+
MLBase = "f0e99cf1-93fa-52ec-9ecc-5026115318e0"
11+
Persa = "86800b63-3017-5277-aca5-15d7d6a5f2b2"
12+
13+
[compat]
14+
julia = "≥ 1.0.0"
15+
16+
[extras]
17+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18+
19+
[targets]
20+
test = ["Test"]

‎REQUIRE

-6
This file was deleted.

0 commit comments

Comments
 (0)