Skip to content

Commit

Permalink
Patch to make 0.13 usable (#54)
Browse files Browse the repository at this point in the history
Should fix the
```
ERROR: LoadError: ArgumentError: Package Tables does not have TableTraits in its dependencies:
- If you have Tables checked out for development and have
  added TableTraits as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with Tables
```
  • Loading branch information
Nosferican authored and quinnj committed Jan 8, 2019
1 parent 00f34cd commit c7a670f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
julia 0.7
Requires
Requires
TableTraits
IteratorInterfaceExtensions

0 comments on commit c7a670f

Please sign in to comment.