We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b4a05 commit bef6d34Copy full SHA for bef6d34
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install jaxlib
30
pip install -r requirements/requirements-core.txt
31
pip install -r requirements/requirements-docs.txt
32
- pip install .
+ pip install .\[torch\]
33
34
- name: Build Documentation
35
run: |
requirements/requirements-core.txt
@@ -3,5 +3,4 @@ numpy>=1.20
3
colorlog
4
pyyaml
5
jax>=0.3.13
6
-jaxlib
7
-torch
+jaxlib
setup.py
@@ -33,4 +33,5 @@
packages=find_packages(),
include_package_data=True,
pacakge_data={"s2fft": ["default-logging-config.yaml"]},
36
+ extras_require={"torch": ["torch"]},
37
)
0 commit comments