Skip to content

Commit

Permalink
Merge pull request #55 from armstjc/0.2.5-The-Remove-lxml-Update
Browse files Browse the repository at this point in the history
0.2.5 The "Remove lxml" Update
  • Loading branch information
armstjc authored Sep 16, 2024
2 parents 24a24b7 + f5eb847 commit 7061e23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG: cfbd_json_py

# 0.2.5 The "Remove lxml" Update
- Removed `lxml` from the list of required packages to fix a build issue observed in version `0.2.4`.
- Updated the package version to `0.2.5`.

## 0.2.4 The "Speedy" Update.
- Refactored `cfbd_json_py.games.get_cfbd_player_game_stats()`, `cfbd_json_py.plays.get_cfbd_pbp_play_types()`, and `cfbd_json_py.players.get_cfbd_player_season_stats()` to use a significantly faster process to parse player stats.
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools","wheel","pandas","tqdm","requests","lxml"]
requires = ["setuptools","wheel","pandas","tqdm","requests"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -37,8 +37,7 @@ dependencies = [
"pandas>=2.2.2",
"tqdm",
"requests",
"keyring",
"lxml"
"keyring"
]

[project.urls]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pandas>=2.2.2
tqdm
requests
keyring>=25.3.0
lxml

0 comments on commit 7061e23

Please sign in to comment.