From 1b943e4248935887e270844a272f5e30e7870c80 Mon Sep 17 00:00:00 2001 From: Hadrien Mariaccia Date: Tue, 16 Jan 2024 17:08:17 +0100 Subject: [PATCH] change some config files --- .travis.yml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9679dd2..9782806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,10 @@ script: tox deploy: provider: pypi distributions: sdist bdist_wheel - user: ykemiche + user: brash6 password: secure: PLEASE_REPLACE_ME on: tags: true - repo: ykemiche/deepdespeckling + repo: hi-paris/deepdespeckling python: 3.9 diff --git a/setup.py b/setup.py index c9ed90e..c4a4a02 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ], }, install_requires=["numpy", "Pillow", "scipy", - "torch", "opencv-python", "tqdm", "GDAL==3.8.1"], + "torch", "opencv-python", "tqdm"], license="MIT license", include_package_data=True, keywords='deepdespeckling', @@ -44,6 +44,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/hi-paris/deepdespeckling', - version='0.2.0', + version='0.2.1', zip_safe=False, )