Skip to content

Commit

Permalink
Fix torchdiffeq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Nov 10, 2024
1 parent 3179715 commit 8421dac
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ dependencies:
- numpy
- tqdm
- pip
- pytest # testing
- pip:
- torchdiffeq
# Dependencies for testing and docs
- pytest
- pip:
- Pygments
- Babel
- sphinx>=8.0.1
- sphinx-rtd-theme
- sphinx-copybutton
- nbsphinx
- sphinx-autoapi
- torchdiffeq # mandatory for continuous NFs
- Pygments # docs
- Babel # docs
- sphinx>=8.0.1 # docs
- sphinx-rtd-theme # docs
- sphinx-copybutton # docs
- nbsphinx # docs
- sphinx-autoapi # docs

0 comments on commit 8421dac

Please sign in to comment.