Skip to content

Commit 999cdc7

Browse files
committed
[BUG] Small issues on the configuration
1 parent 6525b45 commit 999cdc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gempy_engine/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AvailableBackends(Flag):
1515
# ! Careful what we commit here!
1616
DEBUG_MODE = True
1717
OPTIMIZE_MEMORY = True
18-
DEFAULT_BACKEND = AvailableBackends.PYTORCH
18+
DEFAULT_BACKEND = AvailableBackends.numpy
1919
DEFAULT_PYKEOPS = False
2020
DEFAULT_TENSOR_DTYPE = 'float64'
2121
LINE_PROFILER_ENABLED = False

optional-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pykeops
33

44
# Server
55
fastapi
6-
pandas==1.3.5
6+
pandas

0 commit comments

Comments
 (0)