Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosa committed Oct 24, 2023
1 parent e09288c commit 80ad0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
psutil
dutil
prophet=1.1.1
prophet==1.1.1
hipe4ml>=0.0.15
torch>=1.7.0
scikit-learn>=0.21.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __call__(self):
# installed. For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
"psutil", "dutil", "prophet=1.1.1", "pyarrow>=5.0.0", "hipe4ml>=0.0.15",
"psutil", "dutil", "prophet==1.1.1", "pyarrow>=5.0.0", "hipe4ml>=0.0.15",
"ipython>=7.16.1", "jedi==0.17.2", "torch>=1.7.0",
"scikit-learn>=0.21.3", "onnxconverter-common>=1.13.0",
"skl2onnx>=1.12.0", "onnxmltools>=1.6.0,<=1.11.0", "onnxruntime>=1.12.0",
Expand Down

0 comments on commit 80ad0db

Please sign in to comment.