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 6525b45 commit 999cdc7Copy full SHA for 999cdc7
gempy_engine/config.py
@@ -15,7 +15,7 @@ class AvailableBackends(Flag):
15
# ! Careful what we commit here!
16
DEBUG_MODE = True
17
OPTIMIZE_MEMORY = True
18
-DEFAULT_BACKEND = AvailableBackends.PYTORCH
+DEFAULT_BACKEND = AvailableBackends.numpy
19
DEFAULT_PYKEOPS = False
20
DEFAULT_TENSOR_DTYPE = 'float64'
21
LINE_PROFILER_ENABLED = False
optional-requirements.txt
@@ -3,4 +3,4 @@ pykeops
3
4
# Server
5
fastapi
6
-pandas==1.3.5
+pandas
0 commit comments