-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Compat.Dates to all files that required it
- Loading branch information
1 parent
81fd738
commit 7eefadc
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DataStructures | ||
FixedPointNumbers | ||
OffsetArrays | ||
Compat 0.31.0 | ||
Compat 0.37.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
using JSON | ||
using Compat.Test | ||
using Compat | ||
using Compat.Dates | ||
This comment has been minimized.
Sorry, something went wrong.
nalimilan
Member
|
||
using OffsetArrays | ||
|
||
import DataStructures | ||
|
This line was likely there to support old Julia versions, the condition should be removed now since it will always be false in the future.