Skip to content

Commit

Permalink
add pandas' extra dependency; bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloSynth1 committed Jun 26, 2024
1 parent 5c8634b commit 48d85aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
copyright = "2024, John Shiu, Orix Au Yeung, Tony Shum, and Yingzi Jin"
author = "John Shiu, Orix Au Yeung, Tony Shum, and Yingzi Jin"

release = '0.1.0'
version = '0.1.0'
release = '0.1.1'
version = '0.1.1'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 3 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fixml"
version = "0.1.0"
version = "0.1.1"
description = "Package for automated test evaluation and creation"
authors = ["John Shiu, Orix Au Yeung, Tony Shum, Yingzi Jin"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ include = ["src/fixml/data"]
[tool.poetry.dependencies]
python = "^3.12"
fire = "^0.6.0"
pandas = "^2.2.2"
pandas = {extras = ["output-formatting"], version = "^2.2.2"}
pypandoc = "^1.13"
python-dotenv = "^1.0.1"
ruamel-yaml = "^0.18.6"
Expand Down

0 comments on commit 48d85aa

Please sign in to comment.