TDCRPy 0.0.13__tar.gz → 0.0.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of TDCRPy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.13
3
+ Version: 0.0.14
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TDCRPy
3
- Version: 0.0.13
3
+ Version: 0.0.14
4
4
  Summary: TDCR model
5
5
  Home-page: https://github.com/RomainCoulon/TDCRPy
6
6
  Author: RomainCoulon (Romain Coulon)
@@ -0,0 +1 @@
1
+ numpy
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
  import codecs
3
3
  import os
4
4
 
5
- VERSION = "0.0.13"
5
+ VERSION = "0.0.14"
6
6
  DESCRIPTION = "TDCR model"
7
7
 
8
8
  with open("README.md", "r") as f:
@@ -18,7 +18,7 @@ setup(
18
18
  long_description_content_type="text/markdown",
19
19
  url="https://github.com/RomainCoulon/TDCRPy",
20
20
  packages = find_packages(),
21
- install_requires = ["numpy","scipy","sys","zipfile","re"],
21
+ install_requires = ["numpy"],
22
22
  keywords = ["python","TDCR","Monte-Carlo","radionuclide","scintillation","counting"],
23
23
  classifiers=[
24
24
  "Development Status :: 2 - Pre-Alpha",
@@ -1,5 +0,0 @@
1
- numpy
2
- scipy
3
- sys
4
- zipfile
5
- re
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes