Skip to content

Commit

Permalink
simplify torch dependencies (ML4GW#122)
Browse files Browse the repository at this point in the history
* simplify torch dependency

* remove python constratints

* fix pre-commit
  • Loading branch information
EthanMarx authored May 13, 2024
1 parent 16b0c7a commit d9aeca9
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 1,003 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../'))

sys.path.insert(0, os.path.abspath("../"))


# -- Project information -----------------------------------------------------
Expand Down
Loading

0 comments on commit d9aeca9

Please sign in to comment.