Skip to content

Commit

Permalink
## [2.1.122] - 2024-03-04
Browse files Browse the repository at this point in the history
### Fixed
- updated Python dependencies (pyYaml and Sphinx)
  • Loading branch information
LorenzoMugnai committed Mar 4, 2024
1 parent 357c45a commit 7c10d40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.122] - 2024-03-04
### Fixed
- updated Python dependencies (pyYaml and Sphinx)

## [2.1.121] - 2023-09-21
### Added
- version number increased for Zenodo and JOSS
Expand Down Expand Up @@ -255,6 +259,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Initial release

[Unreleased]: https://github.com/ExObsSim/ExoRad2.0
[2.1.122]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.121...v2.1.122
[2.1.121]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.120...v2.1.121
[2.1.120]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.118...v2.1.120
[2.1.118]: https://github.com/ExObsSim/ExoRad2-public/compare/v2.1.116...v2.1.118
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = exorad
version = 2.1.121.2
version = 2.1.122
author = Lorenzo V. Mugnai, Enzo Pascale
author_email = lorenzo.mugnai@uniroma1.it
description = The generic point source radiometric model
Expand Down Expand Up @@ -35,7 +35,7 @@ install_requires =
matplotlib
mpmath
numpy
pyyaml==5.3.1
pyyaml!=6.0.0,!=5.4.0,!=5.4.1
scipy
h5py>=3.2
hdfdict==0.3.1
Expand All @@ -47,7 +47,7 @@ install_requires =

[options.extras_require]
docs =
sphinx~=4.4
sphinx
sphinxcontrib-napoleon
sphinxcontrib-jsmath
nbsphinx
Expand Down

0 comments on commit 7c10d40

Please sign in to comment.