Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebinYang committed Jan 30, 2024
1 parent 1fcceca commit b4db52d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/_build/html/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dill 0.3.6
optbinning 0.17.3
ortools 9.4 (<9.5.0)
packaging 20.5
networkx 2.6.3
momentchi2 0.1.8
jupyter_client (<=7.4.9)
======================= ===================
Expand Down Expand Up @@ -81,7 +82,7 @@ If you got the following error message:
ERROR: Could not find a version that satisfies the requirement PiML
ERROR: No matching distribution found for PiML

One possibility is that your Python version is not one of the [py37, py38, py39].
One possibility is that your Python version is not one of the [py37, py38, py39, py310].

If your Python version is correct, you may need to upgrade pip first and then reinstall piml.

Expand Down
7 changes: 5 additions & 2 deletions docs/_build/html/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,13 @@ <h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to t
<tr class="row-even"><td><p>packaging</p></td>
<td><p>20.5</p></td>
</tr>
<tr class="row-odd"><td><p>momentchi2</p></td>
<tr class="row-odd"><td><p>networkx</p></td>
<td><p>2.6.3</p></td>
</tr>
<tr class="row-even"><td><p>momentchi2</p></td>
<td><p>0.1.8</p></td>
</tr>
<tr class="row-even"><td><p>jupyter_client</p></td>
<tr class="row-odd"><td><p>jupyter_client</p></td>
<td><p>(&lt;=7.4.9)</p></td>
</tr>
</tbody>
Expand Down

0 comments on commit b4db52d

Please sign in to comment.