Skip to content

Commit

Permalink
upd (environment.yml) add lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
amauryval committed Aug 9, 2020
1 parent e4e93db commit a1463a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
- numpy=1.18.1
- geojson=2.5.0
- python-dateutil=2.8.1
- graph-tool
- cairo
- graph-tool=2.33
- cairo=1.16.0
- scipy=1.5.0
- pytest=5.4.1
- pytest-cov=2.8.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"numpy ==1.18.1",
"geojson ==2.5.0",
"python-dateutil ==2.8.1",
"graph-tool",
"cairo",
"graph-tool ==2.33",
"cairo ==1.16.0",
"scipy ==1.3.2",
"ujson ==3.0.0",
"more-itertools ==8.4.0",
Expand Down

0 comments on commit a1463a2

Please sign in to comment.