Skip to content

Commit

Permalink
fixing dependency fail for build
Browse files Browse the repository at this point in the history
  • Loading branch information
theGreatHerrLebert committed Jan 13, 2025
1 parent d456d93 commit f704c95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions imspy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "imspy"
version = "0.3.7"
version = "0.3.8"
description = ""
authors = [
{ name = "theGreatHerrLebert", email = "davidteschner@googlemail.com" }
Expand All @@ -19,7 +19,7 @@ dependencies = [
"wandb>=0.12.1",
"mokapot>=0.10.0",
"sagepy>=0.3.0",
"imspy-connector>=0.3.7",
"imspy-connector>=0.3.8",
"scipy>=1.7.1",
"tqdm>=4.66",
"pyarrow>=13.0",
Expand Down
8 changes: 4 additions & 4 deletions imspy_connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imspy-connector"
version = "0.3.7"
version = "0.3.8"
edition = "2021"

[lib]
Expand All @@ -9,8 +9,8 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.6", features = ["extension-module", "gil-refs"] }
numpy = "0.22.0"
mscore = {path = "../mscore"}
rustdf = {path = "../rustdf"}
numpy = "0.22.1"
mscore = { version = "0.2.0" }
rustdf = { version = "0.3.0" }
serde = "1.0.202"
serde_json = "1.0.117"

0 comments on commit f704c95

Please sign in to comment.