Skip to content

Commit 06bcd71

Browse files
Example for 1D case of optimal transport (#147)
* Example for 1D case of optimal transport * Adjusted format * Added Distributions.jl as dependency to example 1D * Removed PythonOT and added version in Compat * Update examples/1D/Project.toml Co-authored-by: David Widmann <devmotion@users.noreply.github.com> * Update examples/1D/Project.toml Co-authored-by: David Widmann <devmotion@users.noreply.github.com> * Update examples/1D/script.jl Co-authored-by: David Widmann <devmotion@users.noreply.github.com> * Revert to Python 3.9 - maybe fixes Windows test failures? * Use Python 3.9 in the docs as well Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
1 parent 59223df commit 06bcd71

File tree

5 files changed

+1236
-2
lines changed

5 files changed

+1236
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install python
3333
uses: actions/setup-python@v2
3434
with:
35-
python-version: '3.x'
35+
python-version: '3.9'
3636
architecture: ${{ matrix.arch }}
3737
# Limitation of pip: https://pythonot.github.io/index.html#pip-installation
3838
- run: python -m pip install cython numpy

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: '3.x'
18+
python-version: '3.9'
1919
architecture: ${{ matrix.arch }}
2020
# Limitation of pip: https://pythonot.github.io/index.html#pip-installation
2121
- run: python -m pip install cython numpy

0 commit comments

Comments
 (0)