Skip to content

Commit

Permalink
updating because dependencies were not installing correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hesspnnl committed Jan 28, 2025
1 parent 3802d3b commit 85bf4de
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nmdc_notebook_tools"
version = "0.1.0"
version = "0.1.1"
description = "A Python library for general research functions using NMDC APIs"
authors = [
{ name = "Olivia Hess", email = "[email protected]" },
Expand All @@ -15,8 +15,5 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"requests",
"pandas",
"matplotlib",
]
license = { text = "MIT" }
dependencies = ["pandas>=2.2.3", "requests>=2.32.3", "matplotlib==3.10.0"]

0 comments on commit 85bf4de

Please sign in to comment.