Skip to content

Commit

Permalink
adding extra package requirement for required
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jun 16, 2020
1 parent ba7b82d commit 6cd8fa7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@

pkgs = {
"required": [
"grid2op[optional]>=0.9.1.post1"
"grid2op[optional]>=0.9.1.post1",
"tensorflow>=2.2.0",
"Keras>=2.3.1",
"torch>=1.4.0",
"statsmodels>=0.11.1",
"scikit-learn>=0.22.2.post1",
"gym>=0.17.1",
"scipy>=1.4.1",
],
"extras": {
"docs": [
Expand Down

0 comments on commit 6cd8fa7

Please sign in to comment.