Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoelli committed Apr 3, 2024
1 parent 228374d commit 17c35d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"partd==1.2.0",
"pytz>=2021.3",
"shap>=0.39.0,< 1.0",
"tensorflow>=2.9.1,< 2.14.1",
"tensorflow>=2.9.1,<= 2.14.1",
"keras>=2.9.0,< 3.0",
"tsfresh>=0.18.0,< 1.0",
"tslearn>= 0.5.2,< 1.0",
Expand Down Expand Up @@ -136,4 +136,4 @@
"Programming Language :: Python :: Implementation :: PyPy",
],
ext_modules=[],
)
)

0 comments on commit 17c35d1

Please sign in to comment.