ispamm/GESCO

requirements.txt

Opened this issue · 2 comments

How to download requirements.txt

You need to install

  1. pytorch (conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.6 -c pytorch -c conda-forge)
  2. wandb (pip install wandb)
  3. blobfile(pip install blob file)
  4. pillow (pip install pillow==10.0.0)

Here I have attached the automatically generated requirement file with this it's working

requirements.txt

How to solve this:
"The conflict is caused by:
The user requested numpy==1.24.4
contourpy 1.1.0 depends on numpy>=1.16
matplotlib 3.7.2 depends on numpy>=1.20
mkl-fft 1.3.6 depends on numpy<1.25.0 and >=1.24.3
mkl-random 1.2.2 depends on numpy<1.23.0 and >=1.22.3"