Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Feb 8, 2024
1 parent f25e8d3 commit 1c07cbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ dependencies:
- normflows
- nflows
- einops
- ipdb
- torchsde
- torchdiffeq
- torchcfm
- black
- flake8
- isort
- jupyter-black
- git+https://github.com/VincentStimper/resampled-base-flows.git # larsflow
- git+https://github.com/noegroup/bgflow.git
- git+https://github.com/jarridrb/fab-torch.git
Expand Down
21 changes: 18 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ lightning>=2.0.0
torchmetrics>=0.11.4

# --------- hydra --------- #
hydra-core==1.3.2
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
hydra-core>=1.0
hydra-colorlog
hydra-optuna-sweeper

# --------- loggers --------- #
# wandb
Expand All @@ -22,3 +22,18 @@ pre-commit # hooks for applying linters on commit
rich # beautiful text formatting in terminal
pytest # tests
# sh # for running bash commands in some tests (linux/macos only)

torchdiffeq
torchcfm

black
flake8
isort
einops
nflows
normflows
git+https://github.com/VincentStimper/resampled-base-flows.git # larsflow
git+https://github.com/noegroup/bgflow.git
git+https://github.com/jarridrb/fab-torch.git
scikit-learn
scipy

0 comments on commit 1c07cbf

Please sign in to comment.