We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5272758 commit c784e50Copy full SHA for c784e50
.github/workflows/CI.yml
@@ -24,7 +24,6 @@ jobs:
24
matrix:
25
version:
26
- '1.10'
27
- - '1.6'
28
- 'nightly'
29
os:
30
- ubuntu-latest
Project.toml
@@ -26,7 +26,7 @@ ScientificTypes = "3.0"
StatsBase = "0.34"
TableOperations = "1.2"
Tables = "1.11"
-julia = "1.6.7"
+julia = "1.6"
31
[extras]
32
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
0 commit comments