mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-03 18:20:39 +09:00
new: 8th campaign CSV download and preprocessing
This commit is contained in:
parent
a42bf07e7c
commit
b4760aed58
6 changed files with 216 additions and 18 deletions
|
@ -16,6 +16,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|||
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
|
||||
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
|
||||
|
||||
[weakdeps]
|
||||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
||||
|
@ -38,6 +39,7 @@ SQLite = "1"
|
|||
StaticArrays = "1.9"
|
||||
Tables = "1"
|
||||
Test = "1.10"
|
||||
Transducers = "0.4.84"
|
||||
julia = "1.10"
|
||||
|
||||
[extras]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue