Skip to content

Commit

Permalink
Updated versions for lxml and cloudpickle (#762)
Browse files Browse the repository at this point in the history
* Updated versions for lxml and cloudpickle

* Updated lxml for environment.yml
  • Loading branch information
kjang96 authored and AboudyKreidieh committed Oct 30, 2019
1 parent 61f36f2 commit 4ff791b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: flow
dependencies:
- python==3.6.8
- scipy==1.1.0
- lxml==4.2.4
- lxml==4.4.1
- six==1.11.0
- path.py
- python-dateutil==2.7.3
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
gym==0.14.0
numpy==1.16.0
scipy==1.1.0
lxml==4.2.4
lxml==4.4.1
pyprind==2.11.2
nose2==0.8.0
six==1.11.0
path.py
joblib==0.10.3
python-dateutil==2.7.3
cached_property
cloudpickle==0.5.3
cloudpickle==1.2.0
pyglet==1.3.2
matplotlib==3.0.0
imutils==0.5.1
Expand Down

0 comments on commit 4ff791b

Please sign in to comment.