Skip to content

Commit

Permalink
Merge pull request #9 from adrianoesch/fix-version-conflicts
Browse files Browse the repository at this point in the history
Fix version conflicts
  • Loading branch information
andreeaiana authored Mar 18, 2024
2 parents 2ae8f44 + 36bd49d commit 3fce487
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,6 @@ configs/local/default.yaml

# Aim logging
.aim

outputs
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you want to use NewsRecLib with GPU, please ensure CUDA or cudatoolkit versio
```bash
git clone https://github.com/andreeaiana/newsreclib.git
cd newsreclib
conda create --name newsreclib_env python=3.8
conda create --name newsreclib_env python=3.9
conda activate newsreclib_env
pip install -e .
```
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
url="https://github.com/andreeaiana/newsreclib",
install_requires=[
"colorcet==3.0.1",
"cmake==3.18.4",
"hydra-core==1.3.2",
"lightning==2.0.4",
"lightning==2.2.1",
"MulticoreTSNE==0.1",
"numpy==1.25.0",
"omegaconf==2.3.0",
Expand All @@ -28,10 +29,10 @@
"scikit-learn==1.2.2",
"seaborn==0.12.2",
"sphinx==5.0.2",
"tokenizers==0.13.2",
"tokenizers==0.15.2",
"torchmetrics==1.3.1",
"tqdm==4.65.0",
"transformers==4.36.0",
"transformers==4.38.2",
"wandb==0.15.3",
"hydra-colorlog==1.2.0",
"hydra-optuna-sweeper==1.2.0",
Expand Down

0 comments on commit 3fce487

Please sign in to comment.