Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #132 from simphony/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
mehdisadeghi committed Sep 27, 2017
2 parents 8890d0d + b45e943 commit b8eb878
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2014, simphony
Copyright (c) 2014-2017 SimPhoNy
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 0 additions & 6 deletions dev_requirements.txt

This file was deleted.

6 changes: 0 additions & 6 deletions doc_requirements.txt

This file was deleted.

5 changes: 1 addition & 4 deletions examples/simple_nve/simple_nve.py
Expand Up @@ -2,13 +2,10 @@

from __future__ import print_function
import numpy
import simphony.engine # noqa

from simphony.api import CUDS, Simulation
from simphony.core.cuba import CUBA
from simphony import CUBA, CUDS, Simulation
from simphony.cuds.meta import api
from simphony.cuds.particles import Particle, Particles

from simphony.engine import EngineInterface

# ########################################################
Expand Down
1 change: 0 additions & 1 deletion latest_requirements.txt

This file was deleted.

9 changes: 9 additions & 0 deletions requirements.txt
@@ -0,0 +1,9 @@
git+https://github.com/simphony/simphony-common.git
numpy
enum34
stevedore
sphinx
sphinxcontrib-napoleon
pytest
coverage
mock
1 change: 0 additions & 1 deletion stable_requirements.txt

This file was deleted.

0 comments on commit b8eb878

Please sign in to comment.