From 23683c0f996f91662c2cf0103e5d1bb5a52f3424 Mon Sep 17 00:00:00 2001 From: Will Fondrie Date: Thu, 29 Sep 2022 11:43:24 -0700 Subject: [PATCH] Bump for first release (#21) --- CHANGELOG.md | 10 ++++++++-- setup.cfg | 9 ++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6029538..a3c138e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog for depthcharge +All notable changes to this project will be documented in this file. -## [Unreleased] - +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.0.1] - 2022-09-29 +### Added +- This if the first release! All changes from this point forward will be + recorded in this changelog. diff --git a/setup.cfg b/setup.cfg index f0dd972..de24b24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,11 +27,10 @@ install_requires = numpy>=1.18.1 pandas>=1.0.3 numba>=0.48.0 - lxml - h5py - einops - pytorch-lightning - ppx + lxml>=4.9.1 + h5py>=3.7.0 + einops>=0.4.1 + pytorch-lightning>=1.5.10 [options.extras_require] docs =