From a115a4db3db8d8ab0317926a0bcbe073f22e8d95 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 17 Jul 2024 09:12:04 +0200 Subject: [PATCH] Add missing dependency in the installation (#201) * Add missing dependency in the installation * Fix typo in the requirement name --- fink_client/__init__.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fink_client/__init__.py b/fink_client/__init__.py index 254eb79..a254dbd 100644 --- a/fink_client/__init__.py +++ b/fink_client/__init__.py @@ -12,5 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "8.5" +__version__ = "8.6" __schema_version__ = "distribution_schema_fink_ztf_{}.avsc" diff --git a/requirements.txt b/requirements.txt index 5335e6c..2c795c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ pyarrow PyYAML tabulate tqdm +psutil