Skip to content

Commit

Permalink
Merge pull request #14 from SciNim/devel
Browse files Browse the repository at this point in the history
using threading instead of fusion
  • Loading branch information
Clonkk authored Dec 4, 2023
2 parents 09632b7 + 6a11bc8 commit 67207e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scinim.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.2.4"
version = "0.2.5"
author = "SciNim"
description = "The core types and functions of the SciNim ecosystem"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ backend = "cpp"

# Dependencies
requires "nim >= 1.4.0"
requires "fusion"
requires "threading"
requires "arraymancer >= 0.7.3"
requires "polynumeric >= 0.2.0"
requires "nimpy >= 0.2.0"
2 changes: 1 addition & 1 deletion scinim/numpyarrays.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import std/sequtils
import std/strformat
import std/tables

import fusion/smartptrs
import threading/smartptrs

import arraymancer

Expand Down

0 comments on commit 67207e8

Please sign in to comment.