Commit a6dbc52
committed
Fix dev dependencies
The driver has support for pandas >=1.1, <2, but as optional dependencies.
If not specified (`pip install neo4j[pandas]`), but installed directly
(`pip install pandas`), the version bounds of the driver will not be respected.1 parent 6a9ab5b commit a6dbc52
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
0 commit comments