Skip to content
Snippets Groups Projects
Commit 78e34063 authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski Committed by Mateusz Klimaszewski
Browse files

Release 1.0.2.

parent 30ff5818
Branches
Tags v1.0.2
2 merge requests!31Release 1.0.2.,!30Release 1.0.2.
Pipeline #2784 passed with stage
in 4 minutes and 10 seconds
......@@ -13,7 +13,7 @@
Clone this repository and install COMBO (we suggest creating a virtualenv/conda environment with Python 3.6+, as a bundle of required packages will be installed):
```bash
pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.2
```
Run the following commands in your Python console to make predictions with a pre-trained model:
```python
......
......@@ -2,7 +2,7 @@
Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+):
```bash
pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.2
combo --helpfull
```
......@@ -11,7 +11,7 @@ combo --helpfull
python -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.2
```
### Conda example:
......
......@@ -23,7 +23,7 @@ REQUIREMENTS = [
setup(
name='combo',
version='1.0.1',
version='1.0.2',
author='Mateusz Klimaszewski',
author_email='M.Klimaszewski@ii.pw.edu.pl',
install_requires=REQUIREMENTS,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment