Skip to content

Commit

Permalink
0.0.7 - upgrade to pandas 2.0, python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniXC committed Sep 24, 2023
1 parent a497d50 commit 8187106
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 463 deletions.
2 changes: 0 additions & 2 deletions export_pdm.sh

This file was deleted.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[project]
name = "phones"
version = "0.0.5"
version = "0.0.7"
description = "A collection of utilities for handling IPA phones."
authors = [
{name = "Christoph Minixhofer", email = "[email protected]"},
]
requires-python = ">=3.8,<3.11"
license = {text = "MIT"}
dependencies = [
"pandas>=0.25.3",
"numpy>=1.19.5",
"tqdm>=4.62.3",
"scipy>=1.5.4",
"pandas>=2.0.3",
"numpy>=1.24.4",
"tqdm>=4.66.1",
"scipy>=1.10.1",
]
requires-python = ">=3.6"
license = {text = "MIT"}

[project.urls]
homepage = "https://cdminix.me/phones"
Expand Down
Loading

0 comments on commit 8187106

Please sign in to comment.