Skip to content

Commit b59dca9

Browse files
committed
chore: revert to upstream numpyencoder
The fix I submitted [upstream](hmallen/numpyencoder#8) to detect the Numpy version being used and handle type deprecation whilst providing backwards compatibility has now been merged. We can therefore revert to using upstream PyPI released version of `numpyencoder` and remove the use of the forked [AFM-SPM-numpyencoder](https://github.com/AFM-SPM/numpyencoder) version where the same fix had been applied. This in turn means that releases to PyPI will work again (as you can't release to PyPI when you have dependencies that come from Git repos).
1 parent 5cbba02 commit b59dca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"keras",
4141
"matplotlib",
4242
"numpy~=2.0.0", # Until TensorFlow supports newer versions
43-
"numpyencoder @ git+https://github.com/AFM-SPM/numpyencoder@master",
43+
"numpyencoder",
4444
"pandas",
4545
"pyyaml",
4646
"ruamel.yaml",

0 commit comments

Comments
 (0)