Skip to content

Commit 3f21641

Browse files
Bump to v6 (#724)
1 parent 709849b commit 3f21641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/spark_ztf_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from pyspark.sql.functions import pandas_udf, PandasUDFType
2222
from pyspark.sql.types import StringType
2323

24-
from fink_filters.classification import extract_fink_classification
24+
from fink_filters.ztf.classification import extract_fink_classification
2525
from fink_utils.spark import schema_converter
2626
from fink_utils.spark.utils import concat_col
2727
from pyspark.sql import functions as F

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docopt==0.6.2
5151
docutils==0.21.2
5252
executing==2.1.0
5353
faust-cchardet==2.1.19
54-
fink-filters==3.40
54+
fink-filters==6.0
5555
fink-spins==0.3.8
5656
fink-utils==0.29.16
5757
finufft==2.3.1

0 commit comments

Comments
 (0)