Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Apr 4, 2023
1 parent 49ca164 commit 93df61d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ deterministic; thus, it can generate an aligned insurance contract (i.e. same dr
RISC uses a pretrained TVAE model on a private dataset to generate look-a-like car protections.
See our [article here]() for more detail about RISC implementation and generated dataset specification.

RISC was written in Python 3.9 and is compatible with the __latest version of PyTorch__ and
__Python >= 3.8__ (**SciPy seems difficult to build on Python 3.11. Thus, we don't support Python 3.11 for now).
RISC was written in Python 3.9 and is compatible with the __latest version of PyTorch__ and __Python >= 3.8__ (**SciPy
seems difficult to build on Python 3.11. Thus, we don't support Python 3.11 for now**).

## Getting Started:

Expand Down Expand Up @@ -63,9 +63,6 @@ class RuleBaseFPQ1ContractFaker(FPQ1ContractFaker):
super().__init__(protection_faker, language, seed=seed)
```




------------------

## Installation
Expand Down

0 comments on commit 93df61d

Please sign in to comment.