File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
install/conda/songexplorer Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ build:
1313
1414requirements :
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
Original file line number Diff line number Diff line change @@ -9,6 +9,5 @@ echo cd $env:CONDA_PREFIX\Lib\site-packages >> %PREFIX%\.messages.txt
99echo pip3 install -e git+https://github.com/soft-matter/pims.git@7bd634015ecbfeb7d92f9f9d69f8b5bb4686a6b4#egg=pims >> %PREFIX% \.messages.txt
1010echo either way, to finish the installation cut and paste the following: >> %PREFIX% \.messages.txt
1111echo 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
1413echo ********** IMPORTANT !!! ********** >> %PREFIX% \.messages.txt
You can’t perform that action at this time.
0 commit comments