Skip to content

Commit

Permalink
Bump for first release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie authored Sep 29, 2022
1 parent f07bc6c commit 23683c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 23683c0

Please sign in to comment.