Skip to content
Snippets Groups Projects

Add gap procesing after import

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -30,8 +30,7 @@ setup(
@@ -30,8 +30,7 @@ setup(
license="AGPLv3+",
license="AGPLv3+",
install_requires=[
install_requires=[
"numpy",
"numpy",
# "exposurelib@https://git.gfz-potsdam.de/dynamicexposure/globaldynamicexposure/exposure-lib/-/archive/master/exposure-lib-master.zip", # noqa: E501
"exposurelib@https://git.gfz-potsdam.de/dynamicexposure/globaldynamicexposure/exposure-lib/-/archive/master/exposure-lib-master.zip", # noqa: E501
"exposurelib@https://git.gfz-potsdam.de/dynamicexposure/globaldynamicexposure/exposure-lib/-/archive/46-speed-up-the-clean_up_reference-function/exposure-lib-46-speed-up-the-clean_up_reference-function.zip", # noqa: E501
],
],
extras_require={
extras_require={
"tests": tests_require,
"tests": tests_require,
Loading