Skip to content

Commit

Permalink
define versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carienmol committed Nov 26, 2024
1 parent 33cc040 commit 98a5b42
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v4
- name: setup-ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
with:
ffmpeg-version: 4.2.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Python 3 versions may also work.

.. code-block:: bash
$ conda create -n mybirdwatcher python=3.9 jupyterlab ffmpeg git
$ conda create -n mybirdwatcher python=3.9 jupyterlab ffmpeg=4.2.2 git
#. Switch to this new environment:

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Python 3 versions may also work.

.. code-block:: bash
$ conda create -n mybirdwatcher python=3.9 jupyterlab ffmpeg git
$ conda create -n mybirdwatcher python=3.9 jupyterlab ffmpeg=4.2.2 git
#. Switch to this new environment:

Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy
pandas
matplotlib
seaborn
darr >= 0.4.1
opencv-python
opencv-contrib-python
numpy==2.0.2
pandas==2.2.3
matplotlib==3.9.2
seaborn==0.13.2
darr==0.6.0
opencv-python==4.10.0.84
opencv-contrib-python==4.10.0.84

0 comments on commit 98a5b42

Please sign in to comment.