Skip to content

Commit 1206b68

Browse files
committed
lock down dep versions
1 parent dec86c2 commit 1206b68

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

install/conda/songexplorer/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ build:
1313

1414
requirements:
1515
run:
16-
- python <=3.10
17-
- numpy <2
18-
- tensorflow >=2.8,<2.14 # [linux]
16+
- python=3.10
17+
- numpy=1.26
18+
- tensorflow=2.13 # [linux]
1919
- cudatoolkit=11 # [win]
2020
- cudnn=8 # [win]
2121
- cuda-nvcc=11 # [win]
22-
- bokeh=3
22+
- bokeh=3.7
2323
- matplotlib-base
2424
- natsort
2525
- scikit-image

install/conda/songexplorer/post-link.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ echo cd $env:CONDA_PREFIX\Lib\site-packages >> %PREFIX%\.messages.txt
99
echo pip3 install -e git+https://github.com/soft-matter/pims.git@7bd634015ecbfeb7d92f9f9d69f8b5bb4686a6b4#egg=pims >> %PREFIX%\.messages.txt
1010
echo either way, to finish the installation cut and paste the following: >> %PREFIX%\.messages.txt
1111
echo conda activate songexplorer >> %PREFIX%\.messages.txt
12-
echo pip3 install "tensorflow<2.11" >> %PREFIX%\.messages.txt
13-
echo pip3 install tensorflow-io^=^=^<VERSION^> # https://github.com/tensorflow/io?tab=readme-ov-file#tensorflow-version-compatibility >> %PREFIX%\.messages.txt
12+
echo pip3 install tensorflow^=^=2.10 tensorflow-io^=^=0.27.0 >> %PREFIX%\.messages.txt
1413
echo ********** IMPORTANT !!! ********** >> %PREFIX%\.messages.txt

0 commit comments

Comments
 (0)